Merge pull request #197 from pytest-dev/py-github

Update tox.ini for pylib bitbucket -> github move
This commit is contained in:
Florian Bruhin 2016-09-18 14:26:17 +02:00 committed by GitHub
commit e0761dd881
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]