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
|
||||
--confcutdir=..
|
||||
--junitxml=junit-%(envname)s.xml
|
||||
--junitprefix=%(envname)s
|
||||
deps=pytest-xdist
|
||||
[testenv:py24]
|
||||
python=python2.4
|
||||
|
@ -15,5 +16,5 @@ python=python2.6
|
|||
#[testenv:jython]
|
||||
#python=jython
|
||||
#command=py.test-jython -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
|
||||
[testenv:py31]
|
||||
python=python3.1
|
||||
#[testenv:py31]
|
||||
#python=python3.1
|
||||
|
|
Loading…
Reference in New Issue