Add the restructuredtext check to the flake8 job

This follows a recommendation in this thread on openstack-dev.
http://lists.openstack.org/pipermail/openstack-dev/2018-June/131233.html

Change-Id: Idaf7b80657918681b25c154f5a81b0a515c82b52
This commit is contained in:
Dougal Matthews
2018-06-07 12:12:46 +01:00
parent 29af3aa170
commit 7180258886

View File

@@ -33,7 +33,9 @@ commands = {posargs}
[testenv:pep8]
basepython = python3
commands = flake8 {posargs}
commands =
python setup.py check --restructuredtext --strict
flake8 {posargs}
[testenv:venv]
basepython = python3