daphne/tox.ini

9 lines
218 B
INI
Raw Normal View History

# 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