mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
14 lines
129 B
YAML
14 lines
129 B
YAML
sudo: false
|
|
|
|
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
|
|
install: pip install tox tox-travis
|
|
|
|
script: tox
|