fix travis python env
This commit is contained in:
parent
181446108a
commit
08b1fb9176
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ python:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq libevent-dev python-gevent
|
- sudo apt-get install -qq libevent-dev python-gevent
|
||||||
- sudo pip install gevent
|
- pip install gevent
|
||||||
- sudo pip install simplejson
|
- pip install simplejson
|
||||||
script:
|
script:
|
||||||
- python test.py
|
- python test.py
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in a new issue