Add doc8 to linters

This commit is contained in:
Ian Cordasco 2016-02-23 14:42:50 -06:00
parent 54ad972e56
commit 08fd403e34

View file

@ -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]