diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,9 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 -commands = sphinx-build -W -b html api/ api/_build +commands = + doc8 api --ignore-path api/build + sphinx-build -W -b html api/ api/build [testenv:pep8] basepython = python2.7 |