add py35 to tox, fix missing dependency for py26

This commit is contained in:
Martin Zimmermann 2016-01-08 20:53:50 +01:00
parent fc10a30091
commit 4517235f85

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34
envlist = py27,py33,py34,py35
[testenv]
deps =
@ -11,6 +11,7 @@ commands =
deps =
argparse
unittest2
ordereddict
configparser
{[testenv]deps}