Flask-SocketIO/.travis.yml

11 lines
151 B
YAML
Raw Normal View History

2014-03-09 20:30:55 +00:00
language: python
python:
- "2.7"
- "3.4"
2015-11-20 06:46:55 +00:00
- "3.5"
2017-02-13 02:00:02 +00:00
- "3.6"
- "pypy"
2018-04-23 02:57:58 +00:00
- "pypy3"
2014-03-09 20:30:55 +00:00
install: python setup.py install
script: python setup.py test