From 8c0dfb525da9c9f808a49d444315746ec5c72ba9 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 2 Jul 2010 10:15:30 +0200 Subject: [PATCH] use the new envbindir subst --HG-- branch : trunk --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6b745d1eb..1fd7cb939 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,6 @@ python=python3.1 changedir=testing python=jython argv=jython - {envtmpdir}/../bin/py.test-jython + {envbindir}/py.test-jython --confcutdir=.. --junitxml=junit-{envname}.xml