From aa4308883cc5ea040544bc28b53e0c66b8c9338c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 1 Jul 2010 19:54:28 +0200 Subject: [PATCH] py.test-1.3.1 does not provide py.test proper for jython, only py.test-jython (py.test-1.3.2 will provide py.test even for jython installs) --HG-- branch : trunk --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b28a3e5f6..6b745d1eb 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,6 @@ python=python3.1 changedir=testing python=jython argv=jython - {envtmpdir}/../bin/py.test + {envtmpdir}/../bin/py.test-jython --confcutdir=.. --junitxml=junit-{envname}.xml