diff options
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32 +envlist = py26,py27,py32,py33 [testenv] commands = unit2 discover @@ -15,3 +15,7 @@ deps = [testenv:py32] deps = unittest2py3k + +[testenv:py33] +deps = + unittest2py3k |
