summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-11-23 17:44:06 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-11-23 17:44:06 +0200
commit9cac0241b052c8142c0fb7d652d34d22f81a0fd9 (patch)
treeae8e0c6d7c6e1b7a9042e6c191227d290eaefd3a
parent0c2d1665478d2117186c2d0c43e4b5da11fe6caf (diff)
downloadpylint-9cac0241b052c8142c0fb7d652d34d22f81a0fd9.tar.gz
Update the dependency of astroid to 1.4.0.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2e8a87f..56cf062 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py27, py33, pylint
[testenv:pylint]
deps =
- hg+https://bitbucket.org/logilab/astroid@master
+ hg+https://bitbucket.org/logilab/astroid@1.4.0
six
hg+https://bitbucket.org/logilab/pylint
commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint