use new --junitprefix option for tox reporting
--HG-- branch : trunk
This commit is contained in:
parent
bc6ead1a3c
commit
add518e6b6
5
tox.ini
5
tox.ini
|
@ -5,6 +5,7 @@ cmdargs=py.test
|
||||||
--basetemp=%(envtmpdir)s
|
--basetemp=%(envtmpdir)s
|
||||||
--confcutdir=..
|
--confcutdir=..
|
||||||
--junitxml=junit-%(envname)s.xml
|
--junitxml=junit-%(envname)s.xml
|
||||||
|
--junitprefix=%(envname)s
|
||||||
deps=pytest-xdist
|
deps=pytest-xdist
|
||||||
[testenv:py24]
|
[testenv:py24]
|
||||||
python=python2.4
|
python=python2.4
|
||||||
|
@ -15,5 +16,5 @@ python=python2.6
|
||||||
#[testenv:jython]
|
#[testenv:jython]
|
||||||
#python=jython
|
#python=jython
|
||||||
#command=py.test-jython -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
|
#command=py.test-jython -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
|
||||||
[testenv:py31]
|
#[testenv:py31]
|
||||||
python=python3.1
|
#python=python3.1
|
||||||
|
|
Loading…
Reference in New Issue