diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-07 18:53:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-07 19:05:32 +0200 |
commit | 205898bb314fe3f9ff77d6e38980c45cda6af6bc (patch) | |
tree | 6db5f11ebe0d792b3007c64f6b03d057e764503c /tox.ini | |
parent | dc05660b89cb13d2abf2079f3a7e490a92154c14 (diff) |
Check README.rst by doc8
Change-Id: I9ac9fa26d49fd9cd01844e5579255cfadbd8b276
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |