1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/1b0415c6d1f5/ Changeset: 1b0415c6d1f5 User: hpk42 Date: 2013-11-20 16:03:55 Summary: add py33-xdist to tox testing Affected #: 1 file
diff -r 0907cfd89959be68e6efe109ab4e12f628fcde90 -r 1b0415c6d1f54e6c908190f998ef6e2a5a9a1904 tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distshare={homedir}/.tox/distshare -envlist=flakes,py25,py26,py27,pypy,py27-nobyte,py32,py33,py27-xdist,trial +envlist=flakes,py25,py26,py27,pypy,py27-nobyte,py32,py33,py27-xdist,py33-xdist,trial [testenv] changedir=testing @@ -33,6 +33,14 @@ py.test -n3 -rfsxX \ --junitxml={envlogdir}/junit-{envname}.xml testing +[testenv:py33-xdist] +changedir=. +basepython=python3.3 +deps={[testenv:py27-xdist]deps} +commands= + py.test -n3 -rfsxX \ + --junitxml={envlogdir}/junit-{envname}.xml testing + [testenv:py27-nobyte] changedir=. basepython=python2.7 Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit