[py-svn] py-trunk commit 6fbc09503b76: add a tox.ini file

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 1 18:00: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 1277999975 -7200
# Node ID 6fbc09503b76b58609714ffe081e92584ba7b34e
# Parent  978336b999108804ed82bdcc016b38a24073e165
add a tox.ini file

--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,20 @@
+[test]
+changedir=testing
+argv=py.test
+    --basetemp={envtmpdir}
+    --junitxml=junit-{envname}.xml
+[testenv:py26]
+python=python2.6
+[testenv:py25]
+python=python2.5
+[testenv:py24]
+python=python2.4
+[testenv:py31]
+python=python3.1
+#[testenv:pypy]
+#python=pypy-c
+#[testenv:jython]
+#python=jython
+#argv=jython
+#    -c 
+#    import py ; py.cmdline.pytest(["-x", "--basetemp={envtmpdir}", "--junitxml=junit-${envname}.xml", "-k", "collect"])



More information about the pytest-commit mailing list