daphne/.travis.yml

17 lines
224 B
YAML
Raw Normal View History

2016-02-06 04:25:37 +03:00
sudo: false
2016-02-06 04:25:37 +03:00
language: python
2016-02-06 04:25:37 +03:00
python:
- "2.7"
- "3.4"
2016-02-06 04:25:37 +03:00
- "3.5"
env:
- TWISTED_RELEASE="twisted"
- TWISTED_RELEASE="twisted==16.0.0"
install: pip install $TWISTED_RELEASE -e .
script: python -m unittest discover