daphne/tox.ini

11 lines
253 B
INI
Raw Normal View History

# We test against the oldest supported Twisted release, and the current release.
[tox]
2017-04-03 16:49:08 +03:00
envlist = py{27,34,35,36}-twisted-{old,new}
[testenv]
deps =
twisted-old: twisted==17.1.0
2017-04-03 16:49:08 +03:00
commands =
pip install -e .[tests]
python -m unittest discover