[py-svn] pytest-xdist commit cdb0738afdf1: using proper distshare dir for hudson

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jul 6 12:56:46 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <holger at merlinux.eu>
# Date 1278413775 -7200
# Node ID cdb0738afdf17f7dec17b3907cafe28896317bac
# Parent  ae755034a4bf68043c31c9da6615e8d9a684bf4d
using proper distshare dir for hudson

--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,7 @@
 [tox]
 distshare={homedir}/.tox/distshare
 [tox:hudson]
+distshare={toxworkdir}/distshare
 sdistsrc={distshare}/pytest-xdist-**LATEST**
 
 [testenv]



More information about the pytest-commit mailing list