diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |