diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33 +envlist = py26,py27,py32,py33,py34,py35 [testenv] commands = unit2 discover @@ -19,3 +19,11 @@ deps = [testenv:py33] deps = unittest2py3k + +[testenv:py34] +deps = + unittest2py3k + +[testenv:py35] +deps = + unittest2py3k |
