summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-02 21:47:27 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-02 21:47:27 +0200
commitae355557887ea3eced3daaa407b5e64bd515b3c4 (patch)
tree3596ce308315d19fe21036d3b2634852cdfebeb7
parent5c193325936a3b8039ecacaee239abca9df1a573 (diff)
downloadpylint-git-pylint-1.4.5.tar.gz
Restrict astroid to 1.3.8pylint-1.4.5
--HG-- branch : 1.4.4
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 655822abf..d7cab6f3e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ envlist = py27, py33, pylint
[testenv:pylint]
deps =
logilab-common
- hg+https://bitbucket.org/logilab/astroid/
+ hg+https://bitbucket.org/logilab/astroid@1.3.8
six
hg+https://bitbucket.org/logilab/pylint
commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint
@@ -14,7 +14,7 @@ commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint
[testenv]
deps =
logilab-common
- hg+https://bitbucket.org/logilab/astroid/
+ hg+https://bitbucket.org/logilab/astroid@1.3.8
six
commands = python -Wi -m unittest discover -s {envsitepackagesdir}/pylint/test/ -p {posargs:*test_*}.py
changedir = {toxworkdir}