summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-10-07 18:00:10 +0100
committerMichael Foord <michael@voidspace.org.uk>2012-10-07 18:00:10 +0100
commita1e169b895a82806666be0cbb78ca44ceb8b4080 (patch)
tree03b90a0d8d112c94ffe22bb32c88fcde12b7f2f2 /tox.ini
parent434f5b54dc2cf1e5aa7cbe1b4204559d8badb69e (diff)
downloadmock-a1e169b895a82806666be0cbb78ca44ceb8b4080.tar.gz
Updates for the 1.0 release
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