Ensure that doc linting is included in the linters test

The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: Ic56a210b529a54e424944fdc79a00c9fa256bb56
This commit is contained in:
Jesse Pretorius 2016-07-25 14:07:52 +01:00
parent 759816ea73
commit adf63d9b9e
1 changed files with 1 additions and 0 deletions

View File

@ -177,3 +177,4 @@ commands =
{[testenv:bashate]commands}
{[testenv:ansible-lint]commands}
{[testenv:ansible-syntax]commands}
{[testenv:docs]commands}