From ca9b320c9cc79aa7430680807399924f6afa83e2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 3 Jul 2010 14:30:47 +0200 Subject: [PATCH] update again --HG-- branch : trunk --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 18cc64b78..e53ca488c 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,6 @@ basepython=jython deps=pytest-xdist commands= {envpython} {envbindir}/py.test-jython --confcutdir=.. \ - --junitxml=junit-{envname}1.xml [io_ code] + -n3 --junitxml=junit-{envname}1.xml [io_ code] {envpython} {envbindir}/py.test-jython --confcutdir=.. \ - --junitxml=junit-{envname}2.xml acceptance_test.py plugin + -n3 --junitxml=junit-{envname}2.xml acceptance_test.py plugin