Add astroid dependency link in tox.ini file

This commit is contained in:
Claudiu Popa 2018-02-04 11:19:25 -05:00
parent 73ebe76d25
commit 19c4f6714a

View File

@ -11,7 +11,7 @@ commands = pylint -rn --rcfile={toxinidir}/pylintrc --load-plugins=pylint.extens
[testenv]
deps =
astroid>=1.6.0
https://github.com/PyCQA/astroid/tarball/master#egg=astroid-master-2.0
coverage
isort
mccabe