diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-12-02 21:47:27 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-12-02 21:47:27 +0200 |
commit | ae355557887ea3eced3daaa407b5e64bd515b3c4 (patch) | |
tree | 3596ce308315d19fe21036d3b2634852cdfebeb7 | |
parent | 5c193325936a3b8039ecacaee239abca9df1a573 (diff) | |
download | pylint-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.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |