mirror of
https://github.com/django/daphne.git
synced 2024-11-26 09:43:43 +03:00
9 lines
218 B
INI
9 lines
218 B
INI
|
# We test against the oldest supported Twisted release, and the current release.
|
||
|
[tox]
|
||
|
envlist = py{27,34,35}-twisted-{old,new}
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
twisted-old: twisted==16.0.0
|
||
|
commands = python -m unittest discover
|