skip sdist on hudson

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-05 17:14:20 +02:00
parent 1e8b59e39f
commit 195d066ff8
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ distshare={homedir}/.tox/distshare
[tox:hudson]
distshare={toxworkdir}/distshare
skip=sdist
[testenv]
changedir=testing
@ -10,6 +11,7 @@ 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]