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