add missing requirements
This commit is contained in:
parent
f1d0a49fb3
commit
b9f7bed8e9
2 changed files with 3 additions and 0 deletions
|
|
@ -7,5 +7,6 @@ matrix:
|
|||
allow_failures:
|
||||
- python: 3.3
|
||||
install:
|
||||
- sudo apt-get build-dep -qq python-gevent
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
script: python setup.py test
|
||||
|
|
|
|||
|
|
@ -5,3 +5,5 @@ websocket-client
|
|||
nose
|
||||
nose-cov
|
||||
gevent-socketio
|
||||
multiprocessing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue