From 6d1b7e94d14a3826e254cd607de7d1808d103fec Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 20 Nov 2013 16:03:55 +0100 Subject: [PATCH] add py33-xdist to tox testing --- tox.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2719a9b70..9ec5b9a83 100644 --- 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 @@ commands= 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