diff options
| author | Simon Conseil <contact@saimon.org> | 2013-05-25 00:54:05 +0200 |
|---|---|---|
| committer | Simon Conseil <contact@saimon.org> | 2013-05-25 00:58:23 +0200 |
| commit | 8ce3291e90c0a8baac40c939353bff05127d826a (patch) | |
| tree | 409c206e85e51d7f315e45368699ed1a53030685 /tox.ini | |
| parent | 556b6d4bcbd60b2f29e6bba8a8feefe3a223242d (diff) | |
| download | feedgenerator-8ce3291e90c0a8baac40c939353bff05127d826a.tar.gz | |
Add python 3.3 to tox
Diffstat (limited to 'tox.ini')
| -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 |
