[py-svn] py-trunk commit c3726ef7fda9: skip sdist on hudson

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jul 5 17:15:18 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1278342860 -7200
# Node ID c3726ef7fda9eab28f121915f1e4b55941deaed4
# Parent  1b424c45071a10b74c508f68cf2837ef86286aaa
skip sdist on hudson

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



More information about the pytest-commit mailing list