aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 17fac0d0..5925b075 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,7 @@ deps =
pep8-naming
commands =
flake8 .
- doc8 README.rst docs/
+ doc8 --allow-long-titles README.rst docs/
[testenv:py3pep8]
basepython = python3
@@ -59,7 +59,7 @@ deps =
pep8-naming
commands =
flake8 .
- doc8 README.rst docs/
+ doc8 --allow-long-titles README.rst docs/
[flake8]
exclude = .tox,*.egg