aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index db9b17cb..17fac0d0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -53,10 +53,13 @@ commands =
[testenv:py3pep8]
basepython = python3
deps =
+ doc8
flake8
flake8-import-order
pep8-naming
-commands = flake8 .
+commands =
+ flake8 .
+ doc8 README.rst docs/
[flake8]
exclude = .tox,*.egg