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,10 +4,11 @@ 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:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
|
|
Loading…
Reference in a new issue