From 71771fbdc68c9e079eb72a57aad63be7430036e2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 7 Jul 2010 18:12:43 +0200 Subject: [PATCH] improved versioing --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index f3be663..1ccf809 100644 --- a/tox.ini +++ b/tox.ini @@ -8,8 +8,8 @@ sdistsrc={distshare}/pytest-xdist-**LATEST** [testenv] changedir=testing deps= - {distshare}/py-**LATEST** - {distshare}/execnet-**LATEST** + {distshare}/py-* + {distshare}/execnet-* commands= py.test -rsfxX --tools-on-path \ --junitxml={envlogdir}/junit-{envname}.xml [] @@ -18,8 +18,8 @@ basepython=python2.7 [testenv:py26] basepython=python2.6 deps= - {distshare}/py-**LATEST** - {distshare}/execnet-**LATEST** + {distshare}/py-* + {distshare}/execnet-* pexpect #[testenv:py26-py132] #basepython=python2.6