add travis configuration
This commit is contained in:
parent
f10f59204f
commit
f1d0a49fb3
2 changed files with 18 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
7
requirements.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#Install
|
||||
anyjson
|
||||
websocket-client
|
||||
#Test
|
||||
nose
|
||||
nose-cov
|
||||
gevent-socketio
|
||||
Loading…
Add table
Add a link
Reference in a new issue