summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-28 23:43:16 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-28 23:43:16 +0200
commita32219e4e1559845fbc4bf831a4efce3a2d2195c (patch)
tree11a4628262441a2c7376ff8013bb350d471dc887
parent59196526993b8d87d43d397b75437f14b48b1c11 (diff)
downloadpylint-a32219e4e1559845fbc4bf831a4efce3a2d2195c.tar.gz
Use the new master bookmark when installing astroid.
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 859e97f..d9fcff1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}
+changedir = {toxworkdir} \ No newline at end of file