summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 12 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index dc6f284..016e41b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,7 +37,7 @@
#===========================================================================
[tox]
minversion=1.3
-envlist = py27,py32,py25,py26,py31,pypy15,pypy16,pypy17,pypy18,jython,gae25,gae27
+envlist = py27,py32,py25,py26,py31,py33,pypy1.5,pypy16,pypy17,pypy18,pypy19,jython,gae25,gae27
#===========================================================================
# stock CPython VMs
@@ -81,8 +81,14 @@ deps =
coverage
unittest2py3k
+[testenv:py33]
+deps =
+ nose
+ coverage
+ unittest2py3k
+
#===========================================================================
-# PyPy VM - all target Python 2.7; supporting 1.5-1.8
+# PyPy VM - all releases currently target Python 2.7
#===========================================================================
[testenv:pypy15]
basepython = pypy1.5
@@ -96,10 +102,13 @@ basepython = pypy1.7
[testenv:pypy18]
basepython = pypy1.8
+[testenv:pypy19]
+basepython = pypy1.9
+
#===========================================================================
# Jython - no special directives, currently same as py25
#===========================================================================
-
+
#===========================================================================
# Google App Engine integration
#===========================================================================