# HG changeset patch -- Bitbucket.org # Project py-trunk # URL http://bitbucket.org/hpk42/py-trunk/overview # User holger krekel <hol...@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 _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn