From 2b13836efaefc67f544b2302f689265df4ae71b2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 5 Jul 2010 18:40:49 +0200 Subject: [PATCH] use the new sdistfile option --HG-- branch : trunk --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 661faaeb2..fe259ddd9 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ distshare={homedir}/.tox/distshare [tox:hudson] distshare={toxworkdir}/distshare -skip=sdist +sdistfile={distshare}/py-1.3.2a1.zip [testenv] changedir=testing @@ -11,7 +11,6 @@ commands= py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path [] deps= pexpect - {distshare}/py-1.3.2a1.zip [testenv:py27] basepython=python2.7 [testenv:py26]