Skip to content

Commit e0761dd

Browse files
authored
Merge pull request #197 from pytest-dev/py-github
Update tox.ini for pylib bitbucket -> github move
2 parents 2b4fc45 + d660764 commit e0761dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands=
2222
basepython=python2.7
2323
deps =
2424
{[testenv]deps}
25-
hg+https://bitbucket.org/pytest-dev/py#egg=py
25+
git+https://github.com/pytest-dev/py#egg=py
2626
git+https://github.com/pytest-dev/pytest.git@features#egg=pytest
2727

2828
[testenv:coveralls]

0 commit comments

Comments
 (0)