diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -16,6 +16,7 @@ commands = [testenv:docs] deps = + doc8 pyenchant sphinx sphinx_rtd_theme @@ -26,6 +27,7 @@ commands = sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -W -b spelling docs docs/_build/html + doc8 --allow-long-titles README.rst docs/ [testenv:docs-linkcheck] deps = @@ -45,7 +47,8 @@ deps = flake8 flake8-import-order pep8-naming -commands = flake8 . +commands = + flake8 . [testenv:py3pep8] basepython = python3.3 @@ -53,7 +56,8 @@ deps = flake8 flake8-import-order pep8-naming -commands = flake8 . +commands = + flake8 . [flake8] exclude = .tox,*.egg |