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