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]