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