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
|
- 2.7
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- 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
|
- pip install gevent m2crypto
|
||||||
script:
|
script:
|
||||||
- python test.py
|
- python test.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue