From d83878320f1006e39408ca449695c7aeee74db89 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 17 May 2014 22:35:16 -0700 Subject: Part of the py3 job as well for consistency --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3