From 1ffe0e7b829597744a33a8f6d1d01a7f8404e2d3 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 7 Jul 2010 18:08:16 +0200 Subject: [PATCH] using improved versioing --HG-- branch : trunk --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index c6a4ba359..be8d549aa 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist=py26,py27,py31,py27-xdist,py25,py24 [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