add travis configuration

This commit is contained in:
Thomas Grainger 2013-04-08 16:39:37 +01:00
commit f1d0a49fb3
2 changed files with 18 additions and 0 deletions

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: python
python:
- 2.6
- 2.7
- 3.3
matrix:
allow_failures:
- python: 3.3
install:
- pip install -r requirements.txt --use-mirrors
script: python setup.py test

7
requirements.txt Normal file
View file

@ -0,0 +1,7 @@
#Install
anyjson
websocket-client
#Test
nose
nose-cov
gevent-socketio