mirror of
https://github.com/django/daphne.git
synced 2025-04-22 17:52:08 +03:00
9 lines
111 B
YAML
9 lines
111 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.4"
|
|
- "3.5"
|
|
install: pip install tox-travis
|
|
script: tox
|