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: I6770787e481e1eb274a8e7764aa55758d44dc9ea
This commit is contained in:
Dougal Matthews 2018-06-07 12:12:26 +01:00
parent 0ede116557
commit 2c2787ca6d
1 changed files with 3 additions and 1 deletions

View File

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