From 08fd403e345f383124c00e9c5352b207284567a3 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 23 Feb 2016 14:42:50 -0600 Subject: [PATCH] Add doc8 to linters --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index ba6c1af..e4424a3 100644 --- a/tox.ini +++ b/tox.ini @@ -65,9 +65,11 @@ use_develop = false deps = {[testenv:flake8]deps} {[testenv:pylint]deps} + {[testenv:doc8]deps} commands = {[testenv:flake8]commands} {[testenv:pylint]commands} + {[testenv:doc8]commands} # Documentation [testenv:docs]