fix travis
This commit is contained in:
parent
04d4db1f0b
commit
3a571e8e19
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ python:
|
||||||
- 2.7
|
- 2.7
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq libevent-dev python-gevent python-m2crypto
|
- sudo apt-get install -qq build-essential swig libevent-dev python-gevent python-m2crypto
|
||||||
- pip install gevent
|
- pip install gevent m2crypto
|
||||||
script:
|
script:
|
||||||
- python test.py
|
- python test.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue