diff --git a/tox.ini b/tox.ini index 4b552c609..e632e99b5 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ basepython=python deps=docutils pygments changedir=doc -commands= py.test -rsfxX --confcutdir=.. --junitxml=junit-{envname}s --forcegen +commands= py.test -rsfxX --confcutdir=.. --junitxml=junit-{envname}s.xml --forcegen [testenv:py25] basepython=python2.5 [testenv:py24]