fix travis python env
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user