aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 8 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e7d168d6..9e0f6c96 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,18 +42,24 @@ commands =
[testenv:pep8]
deps =
+ doc8
flake8
flake8-import-order
pep8-naming
-commands = flake8 .
+commands =
+ flake8 .
+ doc8 --allow-long-titles README.rst docs/
[testenv:py3pep8]
basepython = python3.3
deps =
+ doc8
flake8
flake8-import-order
pep8-naming
-commands = flake8 .
+commands =
+ flake8 .
+ doc8 --allow-long-titles README.rst docs/
[flake8]
exclude = .tox,*.egg