mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
79927fbe10
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.
15 lines
142 B
YAML
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
|