From 05fdc8487ea23f73b2d1d29b6409695dc24af251 Mon Sep 17 00:00:00 2001 From: Michael Foord <michael@voidspace.org.uk> Date: Fri, 26 Nov 2010 16:12:33 +0000 Subject: [PATCH] Adding jython, python 3.2 and pypy to tox configuration --- tox.ini | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4fccbaa..c3de5e1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,11 @@ [tox] -envlist = py24,py25,py26,py27,py31 +envlist = py24,py25,py26,py27,py31,pypy,py32,jython [testenv] deps=unittest2 commands=unit2 discover [] + [testenv:py26] commands= unit2 discover [] @@ -27,3 +28,13 @@ commands= unit2 discover [] deps = unittest2py3k + +[testenv:py32] +commands= + unit2 discover [] +deps = + unittest2py3k + +[testenv:pypy] +deps=unittest2 +commands=unit2 discover [] \ No newline at end of file -- GitLab