[py-svn] pytest-xdist commit e8f6b537c7b6: adding a tox.ini file

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jul 6 12:50:48 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <holger at merlinux.eu>
# Date 1278413406 -7200
# Node ID e8f6b537c7b6a05350c88361529428d3beb04e56
# Parent  9e8437ccc8c5c95a93e85c0a3d55ea1dbebf0119
adding a tox.ini file

--- a/.hgignore
+++ b/.hgignore
@@ -19,3 +19,4 @@ dist/
 pytest_xdist.egg-info
 issue/
 3rdparty/
+.tox

--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,30 @@
+[tox]
+distshare={homedir}/.tox/distshare
+[tox:hudson]
+sdistsrc={distshare}/pytest-xdist-**LATEST**
+
+[testenv]
+changedir=testing
+deps= 
+    {distshare}/py-**LATEST**
+    {distshare}/execnet-**LATEST**
+commands=py.test -rsfxX --junitxml={envlogdir}/junit-{envname}.xml []
+[testenv:py27]
+basepython=python2.7
+[testenv:py26]
+basepython=python2.6
+[testenv:py26-py131]
+basepython=python2.6
+deps= py==1.3.1
+      execnet==1.0.6
+[testenv:py25]
+basepython=python2.5
+[testenv:py24]
+basepython=python2.4
+[testenv:py31]
+basepython=python3.1
+#[testenv:pypy]
+#basepython=pypy-c
+#[testenv:jython]
+#basepython=jython
+



More information about the pytest-commit mailing list