summaryrefslogtreecommitdiff
path: root/tox.ini
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
commit43132df5d70960d16f4f96f83a70d63c57ecf5b1 (patch)
treef651ffbe8fcd9814e05e48d563ef9a763c3d7162 /tox.ini
parent7fca0ed58b17415fecdf06e4f81ab4020c9e11a0 (diff)
downloadpylint-git-43132df5d70960d16f4f96f83a70d63c57ecf5b1.tar.gz
Use the new master bookmark when installing astroid.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 859e97f32..d9fcff1d4 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