improved and simpler tox.ini for pytest-xdist desting
This commit is contained in:
18
tox.ini
18
tox.ini
@@ -1,8 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
distshare={homedir}/.tox/distshare
|
|
||||||
envlist=py26,py31,py27,py25,py24
|
envlist=py26,py31,py27,py25,py24
|
||||||
[tox:hudson]
|
[tox:hudson]
|
||||||
distshare={toxworkdir}/distshare
|
|
||||||
sdistsrc={distshare}/pytest-xdist-*
|
sdistsrc={distshare}/pytest-xdist-*
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@@ -12,24 +10,8 @@ deps=
|
|||||||
commands=
|
commands=
|
||||||
py.test -rsfxX --tools-on-path \
|
py.test -rsfxX --tools-on-path \
|
||||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||||
[testenv:py27]
|
|
||||||
basepython=python2.7
|
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
basepython=python2.6
|
basepython=python2.6
|
||||||
deps=
|
deps=
|
||||||
{distshare}/py-*
|
{distshare}/py-*
|
||||||
pexpect
|
pexpect
|
||||||
#[testenv:py26-py132]
|
|
||||||
#basepython=python2.6
|
|
||||||
#deps= py==1.3.2
|
|
||||||
# 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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user