add missing requirements

This commit is contained in:
Thomas Grainger 2013-04-08 16:46:51 +01:00
commit b9f7bed8e9
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -5,3 +5,5 @@ websocket-client
nose
nose-cov
gevent-socketio
multiprocessing