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
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libevent-dev python-gevent python-m2crypto
|
||||
- pip install gevent
|
||||
- sudo apt-get install -qq build-essential swig libevent-dev python-gevent python-m2crypto
|
||||
- pip install gevent m2crypto
|
||||
script:
|
||||
- python test.py
|
||||
|
|
Loading…
Reference in a new issue