summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-08-02 13:46:12 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-08-02 13:46:12 -0400
commitd6e0265ff8c082c1bed42c5de5fcc403d3ff6913 (patch)
treea2ace014bb02ac6e586f58db39624cb79c2c6b68
parent0e7e9413ad96c96ca9e3e7c7cdf55d1b47469894 (diff)
downloadpasslib-d6e0265ff8c082c1bed42c5de5fcc403d3ff6913.tar.gz
added pypy1.9 & py3.3 to tox
-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
#===========================================================================