From 56b9e31a4293d4f8ca78096f1ffb9c0c710ca4d9 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Mon, 20 Jun 2016 14:24:57 +0100 Subject: [PATCH] Enable the docs and mccabe extensions for our CI. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5498c195a..f7b989674 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ deps = git+https://github.com/PyCQA/astroid@master isort -commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/pylint +commands = pylint -rn --rcfile={toxinidir}/pylintrc --load-plugins=pylint.extensions.check_docs, pylint.extensions.check_mccabe {envsitepackagesdir}/pylint [testenv] deps =