Check README.rst by doc8 51/55151/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 7 Apr 2018 16:53:54 +0000 (18:53 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 7 Apr 2018 17:05:32 +0000 (19:05 +0200)
Change-Id: I9ac9fa26d49fd9cd01844e5579255cfadbd8b276
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index c8312af..94cc48d 100644 (file)
--- 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]