From add518e6b6fff819c0a9acb463a74b6a7c58f1a0 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 9 Jun 2010 16:35:50 +0200 Subject: [PATCH] use new --junitprefix option for tox reporting --HG-- branch : trunk --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index db4ef7243..923741b8e 100644 --- a/tox.ini +++ b/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