Add doc8 linting

This commit is contained in:
Ian Cordasco 2016-02-23 14:42:09 -06:00
parent 5ee061b810
commit 54ad972e56
2 changed files with 12 additions and 1 deletions

11
tox.ini
View file

@ -36,6 +36,17 @@ deps =
commands =
pylint flake8
[testenv:doc8]
basepython = python3
skipsdist = true
skip_install = true
use_develop = false
deps =
sphinx
doc8
commands =
doc8 docs/source/
[testenv:mypy]
basepython = python3
skipsdist = true