daphne/.travis.yml
2017-03-18 12:32:04 -07:00

17 lines
231 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- TWISTED_RELEASE="twisted"
- TWISTED_RELEASE="twisted==17.1.0"
install: pip install $TWISTED_RELEASE -e .[tests]
script: python -m unittest discover