Check RST as part of linting

Check our RST files so that uploading to PyPI works fine with a linter
check.

Change-Id: Id35de317908918d890f152d62221997b484ba4a8
This commit is contained in:
Andreas Jaeger 2018-06-06 16:12:43 +02:00
parent a750f2a465
commit 31868c9120
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ whitelist_externals =
[testenv:pep8]
commands =
python setup.py check --restructuredtext --strict
flake8 openstackdocstheme
[testenv:venv]