integrate xdist related reporting into the plugin
This commit is contained in:
17
tox.ini
17
tox.ini
@@ -1,5 +1,6 @@
|
||||
[tox]
|
||||
distshare={homedir}/.tox/distshare
|
||||
envlist=py26,py31,py27,py25,py24
|
||||
[tox:hudson]
|
||||
distshare={toxworkdir}/distshare
|
||||
sdistsrc={distshare}/pytest-xdist-**LATEST**
|
||||
@@ -9,15 +10,21 @@ changedir=testing
|
||||
deps=
|
||||
{distshare}/py-**LATEST**
|
||||
{distshare}/execnet-**LATEST**
|
||||
commands=py.test -rsfxX --junitxml={envlogdir}/junit-{envname}.xml []
|
||||
commands=
|
||||
py.test -rsfxX --tools-on-path \
|
||||
--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
|
||||
deps=
|
||||
{distshare}/py-**LATEST**
|
||||
{distshare}/execnet-**LATEST**
|
||||
pexpect
|
||||
#[testenv:py26-py132]
|
||||
#basepython=python2.6
|
||||
#deps= py==1.3.2
|
||||
# execnet==1.0.6
|
||||
[testenv:py25]
|
||||
basepython=python2.5
|
||||
[testenv:py24]
|
||||
|
||||
Reference in New Issue
Block a user