daphne/tox.ini
2017-11-25 18:35:12 -08:00

11 lines
226 B
INI

# We test against the oldest supported Twisted release, and the current release.
[tox]
envlist = py{35,36}-twisted-{old,new}
[testenv]
deps =
twisted-old: twisted==17.1.0
commands =
pip install -e .[tests]
pytest