From: Cédric Ollivier Date: Sat, 7 Apr 2018 16:53:54 +0000 (+0200) Subject: Check README.rst by doc8 X-Git-Tag: 0.40~4 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=205898bb314fe3f9ff77d6e38980c45cda6af6bc;p=functest-xtesting.git Check README.rst by doc8 Change-Id: I9ac9fa26d49fd9cd01844e5579255cfadbd8b276 Signed-off-by: Cédric Ollivier --- diff --git a/tox.ini b/tox.ini index c8312af0..94cc48d8 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 commands = - doc8 api --ignore-path api/build + doc8 README.rst api --ignore-path api/build sphinx-build -W -b html api/ api/build [testenv:pep8]