[py-svn] py-trunk commit 89c1f9c16e77: use the new sdistfile option

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jul 5 18:41:44 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 1278348049 -7200
# Node ID 89c1f9c16e77248dc23a422ba73e0b2e01e83ae0
# Parent  c3726ef7fda9eab28f121915f1e4b55941deaed4
use the new sdistfile option

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



More information about the pytest-commit mailing list