[py-svn] py-trunk commit c98b5ca6ceac: updated tox.ini

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jul 2 15:26:57 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 1278077163 -7200
# Node ID c98b5ca6ceac43205575557ef2269fdb1b16a41e
# Parent  af06c1efba2bff3d93fc26d539d24c2ed13b294f
updated tox.ini

--- a/tox.ini
+++ b/tox.ini
@@ -1,22 +1,24 @@
-[test]
+[testenv]
 changedir=testing
 argv=py.test
     --confcutdir=..
     --junitxml=junit-{envname}.xml
 [testenv:py26]
-python=python2.6
+basepython=python2.6
 [testenv:py25]
-python=python2.5
+basepython=python2.5
 [testenv:py24]
-python=python2.4
+basepython=python2.4
 [testenv:py31]
-python=python3.1
+basepython=python3.1
 #[testenv:pypy]
 #python=pypy-c
 [testenv:jython]
 changedir=testing
-python=jython
-argv=jython
-    {envbindir}/py.test-jython
-    --confcutdir=..
-    --junitxml=junit-{envname}.xml
+basepython=jython
+deps=pytest-xdist 
+argv=
+    {envpython}
+    {envbindir}/py.test-jython 
+    acceptance_test.py 
+    plugin



More information about the pytest-commit mailing list