use pip to install gevent as well in test
This commit is contained in:
parent
cc18d00228
commit
e5b8823bd6
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 libevent python-gevent-dev
|
- sudo apt-get install -qq libevent-dev python-gevent
|
||||||
- sudo pip install gevent
|
- sudo pip install gevent
|
||||||
script:
|
script:
|
||||||
- python test.py
|
- python test.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue