[py-svn] py-trunk commit 1b424c45071a: updating tox.ini to new format

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jul 5 15:58:00 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 1278338121 -7200
# Node ID 1b424c45071a10b74c508f68cf2837ef86286aaa
# Parent  6d3330c22593bd7ffd3436766f12b95fc863baae
updating tox.ini to new format

--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,16 @@
+[tox]
+distshare={homedir}/.tox/distshare
+
+[tox:hudson]
+distshare={toxworkdir}/distshare
+
 [testenv]
-changedir=testing
+changedir=testing  
 commands=
   py.test --confcutdir=..  -rfsxX --junitxml=junit-{envname}.xml --tools-on-path []
-deps=pexpect
+deps= 
+    pexpect
 [testenv:py27]
-distribute=True
 basepython=python2.7
 [testenv:py26]
 basepython=python2.6

--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,6 +9,7 @@ graft contrib
 graft bin 
 graft testing
 #exclude *.orig 
+#exclude *.orig 
 #exclude *.rej 
 #exclude .hginore
 #exclude *.pyc



More information about the pytest-commit mailing list