Update tox config for Twisted release range

This commit is contained in:
Andrew Godwin 2017-03-18 12:28:02 -07:00
parent ea7544d8b7
commit 5eff45482a

View File

@ -5,5 +5,5 @@ envlist = py{27,34,35}-twisted-{old,new}
[testenv]
extras = tests
deps =
twisted-old: twisted==16.0.0
twisted-old: twisted==17.0.0
commands = python -m unittest discover