summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-17 22:35:16 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-17 22:35:16 -0700
commitd83878320f1006e39408ca449695c7aeee74db89 (patch)
treee2ce238863ae436c8dd9a88702bee8563faa578a /tox.ini
parent5b8126f3fc94290b06f6c4414dbd8b53ad3385dd (diff)
downloadcryptography-d83878320f1006e39408ca449695c7aeee74db89.tar.gz
Part of the py3 job as well for consistency
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index db9b17cbe..17fac0d02 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