[py-svn] py-trunk commit 0468f03a157c: update tox.ini according to tox progress

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Jul 3 14:30:20 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 1278160183 -7200
# Node ID 0468f03a157c29265c0b63bddbb3486328132a77
# Parent  37633dfd62aebc58e84d898fdb8b4c1bd77ef8df
update tox.ini according to tox progress

--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,7 @@
 [testenv]
 changedir=testing
-argv=py.test
-    --confcutdir=..
-    --junitxml=junit-{envname}.xml
+commands=
+  py.test --confcutdir=..  --junitxml=junit-{envname}.xml []
 [testenv:py26]
 basepython=python2.6
 [testenv:py25]
@@ -17,10 +16,8 @@ basepython=python3.1
 changedir=testing
 basepython=jython
 deps=pytest-xdist 
-argv=
-    {envpython}
-    {envbindir}/py.test-jython 
-    --confcutdir=..
-    --junitxml=junit-{envname}.xml
-    acceptance_test.py 
-    plugin 
+commands=
+    {envpython} {envbindir}/py.test-jython --confcutdir=..  \
+        --junitxml=junit-{envname}1.xml [io_ code]
+    {envpython} {envbindir}/py.test-jython --confcutdir=..  \
+        --junitxml=junit-{envname}2.xml acceptance_test.py plugin



More information about the pytest-commit mailing list