parent
2b13836efa
commit
48d818742c
12
tox.ini
12
tox.ini
|
@ -3,12 +3,13 @@ distshare={homedir}/.tox/distshare
|
|||
|
||||
[tox:hudson]
|
||||
distshare={toxworkdir}/distshare
|
||||
sdistfile={distshare}/py-1.3.2a1.zip
|
||||
sdistsrc={distshare}/py-**LATEST**
|
||||
|
||||
[testenv]
|
||||
changedir=testing
|
||||
commands=
|
||||
py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path []
|
||||
py.test --confcutdir=.. -rfsxX \
|
||||
--junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
|
||||
deps=
|
||||
pexpect
|
||||
[testenv:py27]
|
||||
|
@ -20,7 +21,8 @@ basepython=python
|
|||
deps=docutils
|
||||
pygments
|
||||
changedir=doc
|
||||
commands= py.test -rsfxX --confcutdir=.. --junitxml=junit-{envname}s.xml --forcegen
|
||||
commands= py.test -rsfxX --confcutdir=.. \
|
||||
--junitxml={envlogdir}/junit-{envname}s.xml --forcegen
|
||||
[testenv:py25]
|
||||
basepython=python2.5
|
||||
[testenv:py24]
|
||||
|
@ -35,6 +37,6 @@ changedir=testing
|
|||
basepython=jython
|
||||
commands=
|
||||
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
||||
-rfsxX --junitxml=junit-{envname}1.xml [io_ code]
|
||||
-rfsxX --junitxml={envlogdir}/junit-{envname}1.xml [io_ code]
|
||||
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
||||
-rfsxX --junitxml=junit-{envname}2.xml acceptance_test.py plugin
|
||||
-rfsxX --junitxml={envlogdir}/junit-{envname}2.xml acceptance_test.py plugin
|
||||
|
|
Loading…
Reference in New Issue