[py-svn] py-trunk commit 66b03b254e32: using improved versioing

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jul 7 18:13:25 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 1278518896 -7200
# Node ID 66b03b254e32fe40aff0551adc19fc1c9f288a19
# Parent  40e9e77c088fd7784201d9d4f1856637776bce18
using improved versioing

--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist=py26,py27,py31,py27-xdist,py25,p
 
 [tox:hudson]
 distshare={toxworkdir}/distshare
-sdistsrc={distshare}/py-**LATEST**
+sdistsrc={distshare}/py-*
 
 [testenv]
 changedir=testing  
@@ -18,8 +18,8 @@ basepython=python2.7
 [testenv:py27-xdist]
 basepython=python2.7
 deps=
-    {distshare}/py-**LATEST**  
-    {distshare}/pytest-xdist-**LATEST**
+    {distshare}/py-*
+    {distshare}/pytest-xdist-*
 commands=
   py.test -n3 --confcutdir=..  -rfsxX \
         --junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
@@ -31,8 +31,8 @@ basepython=python
 changedir={toxinidir}
 deps=docutils 
      pygments
-     {distshare}/py-**LATEST**
-     {distshare}/pytest-xdist-**LATEST**
+     {distshare}/py-*
+     {distshare}/pytest-xdist-*
      pytest-figleaf 
      pytest-coverage
      pytest-cov



More information about the pytest-commit mailing list