Flask-SocketIO/.travis.yml

10 lines
139 B
YAML
Raw Normal View History

2014-03-09 20:30:55 +00:00
language: python
python:
- "2.7"
- "3.3"
- "3.4"
2015-11-20 06:46:55 +00:00
- "3.5"
- "pypy"
2014-03-09 20:30:55 +00:00
install: python setup.py install
script: python setup.py test