diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-04 07:00:49 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-04 07:00:49 +0200 |
commit | dc05660b89cb13d2abf2079f3a7e490a92154c14 (patch) | |
tree | f8452861640b4127f1372480a8ee1934aea08388 /tox.ini | |
parent | 488e073a3d47fd75428c791561f3813a6192b167 (diff) |
Check API doc via doc8
It also cleans unseless dirs.
Change-Id: I52ddc9e2adcd13c95e4a8939397686f50b9e6c4c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 |