use apt-get instead of pip
This commit is contained in:
@ -3,7 +3,8 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
before_install:
|
||||
- pip install gevent
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq python-gevent
|
||||
script:
|
||||
- python test.py
|
||||
branches:
|
||||
|
Reference in New Issue
Block a user