From d57bdb2995531a1e980bd8c8bfa6ac92c6d21084 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 17 Jun 2016 10:50:12 +0200 Subject: [PATCH] tox: Switch pytest-latest env from hg to git pytest switched from Bitbucket to GitHub some while ago. This also uses the `features` branch as that's the one with the newest breaking changes. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c28e3c7..e6de2a8 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ basepython=python2.7 deps = {[testenv]deps} hg+https://bitbucket.org/pytest-dev/py#egg=py - hg+https://bitbucket.org/pytest-dev/pytest#egg=pytest + git+https://github.com/pytest-dev/pytest.git@features#egg=pytest [testenv:coveralls] passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH