daphne/.travis.yml
Adam Johnson 79927fbe10 Travis - test on Trusty (#129)
As per [their blog post](https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming) they're making it the new default, best to be ahead of the curve.
2017-07-29 14:42:50 +12:00

15 lines
142 B
YAML

sudo: false
dist: trusty
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install: pip install tox tox-travis
script: tox