Use the new master bookmark when installing astroid.

This commit is contained in:
Claudiu Popa 2015-10-28 23:43:16 +02:00
parent 7fca0ed58b
commit 43132df5d7

View File

@ -5,14 +5,14 @@ envlist = py27, py33, pylint
[testenv:pylint]
deps =
hg+https://bitbucket.org/logilab/astroid/
hg+https://bitbucket.org/logilab/astroid@master
six
hg+https://bitbucket.org/logilab/pylint
commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint
[testenv]
deps =
hg+https://bitbucket.org/logilab/astroid/
hg+https://bitbucket.org/logilab/astroid@master
six
commands = python -Wi -m unittest discover -s {envsitepackagesdir}/pylint/test/ -p {posargs:*test_*}.py
changedir = {toxworkdir}