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