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: I76dc4f9ec1b71a5bd4ce1d551d2c96cb98448c3a
This commit is contained in:
Dougal Matthews 2018-06-07 12:01:35 +01:00
parent d9e4a86946
commit 96a1bdd68f

View File

@ -38,6 +38,7 @@ commands = ./run_tests.sh -N --db-type mysql
basepython = python2.7
commands =
doc8 doc/source
python setup.py check --restructuredtext --strict
flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
[testenv:cover]