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

Try with the fixed release of astroid

parent 90a4e1cc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,7 +22,7 @@ numversion = (1, 7, 0)
version = '.'.join([str(num) for num in numversion])
 
install_requires = [
'astroid>=1.5.0',
'astroid>=1.5.1',
'six',
'isort >= 4.2.5',
'mccabe',
Loading
Loading
Loading
Loading
@@ -4,14 +4,14 @@ skip_missing_interpreters = true
 
[testenv:pylint]
deps =
astroid>=1.5.0
astroid>=1.5.1
isort
 
commands = pylint -rn --rcfile={toxinidir}/pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe {envsitepackagesdir}/pylint
 
[testenv]
deps =
astroid>=1.5.0
astroid>=1.5.1
coverage
isort
mccabe
Loading
Loading
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