summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d5a5557..554f870 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py24,py25,py26,py27,py31,pypy,py32,jython
+envlist = py24,py25,py26,py27,py31,pypy,py32,py33,jython
[testenv]
deps=unittest2
@@ -31,5 +31,10 @@ commands=
{envbindir}/python -m unittest discover []
deps =
+[testenv:py33]
+commands=
+ {envbindir}/python -m unittest discover []
+deps =
+
# note for jython. Execute in tests directory:
# rm `find . -name '*$py.class'` \ No newline at end of file