use new --junitprefix option for tox reporting

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-06-09 16:35:50 +02:00
parent bc6ead1a3c
commit add518e6b6
1 changed files with 3 additions and 2 deletions

View File

@ -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