1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/49dca36e9601/ changeset: r2136:49dca36e9601 user: hpk date: 2011-01-12 18:03:55 summary: use pypi.testrun.org so that py>1.4.0 gets picked up correctly affected #: 1 file (39 bytes)
--- a/tox.ini Wed Jan 12 17:35:09 2011 +0100 +++ b/tox.ini Wed Jan 12 18:03:55 2011 +0100 @@ -2,15 +2,16 @@ distshare={homedir}/.tox/distshare envlist=py26,py27,py31,py32,py27-xdist,py25,py24 indexserver= - default = http://pypi.python.org/simple + pypi = http://pypi.python.org/simple testrun = http://pypi.testrun.org + default = http://pypi.testrun.org [testenv] changedir=testing commands= py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml [] deps= - pexpect - nose + :pypi:pexpect + :pypi:nose [testenv:genscript] changedir=. @@ -28,7 +29,7 @@ [testenv:trial] changedir=. basepython=python2.6 -deps=twisted +deps=:pypi:twisted commands= py.test -rsxf \ --junitxml={envlogdir}/junit-{envname}.xml [testing/test_unittest.py] @@ -41,15 +42,15 @@ [testenv:doc] basepython=python changedir=doc -deps=sphinx +deps=:pypi:sphinx pytest commands= make html [testenv:py31] -deps=py>=1.4.0 - nose>=1.0 +deps=py>1.4.0 + :pypi:nose>=1.0 [testenv:py31-xdist] deps=pytest-xdist @@ -64,7 +65,7 @@ changedir=testing commands= {envpython} {envbindir}/py.test-jython --no-tools-on-path \ - -rfsxX --junitxml={envlogdir}/junit-{envname}2.xml [acceptance_test.py plugin] + -rfsxX --junitxml={envlogdir}/junit-{envname}2.xml [] [pytest] minversion=2.0 Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn