From d6e0265ff8c082c1bed42c5de5fcc403d3ff6913 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Thu, 2 Aug 2012 13:46:12 -0400 Subject: added pypy1.9 & py3.3 to tox --- tox.ini | 15 ++++++++++++--- 1 file 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 #=========================================================================== -- cgit v1.2.1