Update tox.ini for pylib bitbucket -> github move

This commit is contained in:
Florian Bruhin 2016-09-18 14:17:07 +02:00 committed by GitHub
parent 2b4fc455c7
commit d66076420e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ commands=
basepython=python2.7
deps =
{[testenv]deps}
hg+https://bitbucket.org/pytest-dev/py#egg=py
git+https://github.com/pytest-dev/py#egg=py
git+https://github.com/pytest-dev/pytest.git@features#egg=pytest
[testenv:coveralls]