From c57a24774d24566d9d57dbd45928d87620bc916e Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 1 Jul 2010 18:12:38 +0200 Subject: [PATCH] use confcutdir --HG-- branch : trunk --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b53ad5047..6dbbcfa12 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ changedir=testing argv=py.test --basetemp={envtmpdir} + --confcutdir=.. --junitxml=junit-{envname}.xml [testenv:py26] python=python2.6