Skip to content
Snippets Groups Projects
Commit ae355557 authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Restrict astroid to 1.3.8

--HG--
branch : 1.4.4
parent 5c193325
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment