[py-svn] py-trunk commit 8957b027084b: update again

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Jul 3 14:30:59 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1278160247 -7200
# Node ID 8957b027084b2b04389338046a5d9a2d676e48f8
# Parent  0468f03a157c29265c0b63bddbb3486328132a77
update again

--- 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



More information about the pytest-commit mailing list