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