From 195d066ff8ab6b88920c5b94cc123444a1586b59 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 5 Jul 2010 17:14:20 +0200 Subject: [PATCH] skip sdist on hudson --HG-- branch : trunk --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 696ab06a2..661faaeb2 100644 --- a/tox.ini +++ b/tox.ini @@ -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]