From 223a04be272190cc9d778615669de0152a7b0947 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 4 Jul 2010 19:16:49 +0200 Subject: [PATCH] fix doc env --HG-- branch : trunk --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]