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.
This commit is contained in:
Florian Bruhin 2016-06-17 10:50:12 +02:00
parent 2e56eed167
commit d57bdb2995
1 changed files with 1 additions and 1 deletions

View File

@ -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