use the new sdistfile option

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-05 18:40:49 +02:00
parent 195d066ff8
commit 2b13836efa
1 changed files with 1 additions and 2 deletions

View File

@ -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]