From 3aefaff44f86d8372837dd8faf3c2ecf4283ae5c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 4 Jul 2010 18:25:22 +0200 Subject: [PATCH] improve testing of docs --HG-- branch : trunk --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]