From 6fa58fd8c9f47f9f2479a309d1a4957ab2e03956 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 1 Jul 2010 18:39:25 +0200 Subject: [PATCH] (ARGH) of windows/hudson/multi-config combo produces too long filenames, so use the global temp dir --HG-- branch : trunk --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6dbbcfa12..53a3ea81c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [test] changedir=testing argv=py.test - --basetemp={envtmpdir} --confcutdir=.. --junitxml=junit-{envname}.xml [testenv:py26]