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:
parent
d9e4a86946
commit
96a1bdd68f
1
tox.ini
1
tox.ini
@ -38,6 +38,7 @@ commands = ./run_tests.sh -N --db-type mysql
|
|||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
doc8 doc/source
|
doc8 doc/source
|
||||||
|
python setup.py check --restructuredtext --strict
|
||||||
flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user