aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-18 12:15:16 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-18 12:15:16 -0700
commitfbcb3c4c5d253711b72f12c70453f3de2b8a3be1 (patch)
treeb60cab1d2e81725d961a4df824e45ce31ec2eeb5 /tox.ini
parent5a3589249dd5971789fe77fd60337339f21d27a5 (diff)
downloadcryptography-fbcb3c4c5d253711b72f12c70453f3de2b8a3be1.tar.gz
cryptography-fbcb3c4c5d253711b72f12c70453f3de2b8a3be1.tar.bz2
cryptography-fbcb3c4c5d253711b72f12c70453f3de2b8a3be1.zip
Allow long titles
Diffstat (limited to 'tox.ini')
-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