use pip to install gevent as well in test
This commit is contained in:
parent
8ca1d23406
commit
cc18d00228
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@ python:
|
|||
- "2.7"
|
||||
before_install:
|
||||
- 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:
|
||||
- python test.py
|
||||
branches:
|
||||
|
|
Loading…
Reference in a new issue