use pip to install gevent as well in test
This commit is contained in:
@ -4,7 +4,8 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq python-gevent
|
- sudo apt-get install -qq libevent python-gevent-dev
|
||||||
|
- sudo pip install gevent
|
||||||
script:
|
script:
|
||||||
- python test.py
|
- python test.py
|
||||||
branches:
|
branches:
|
||||||
|
Reference in New Issue
Block a user