From 96a1bdd68f6810eda1fb1770efe2e89e24530f11 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Thu, 7 Jun 2018 12:01:35 +0100 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d4bd2ecd3..f6c0b18ae 100644 --- a/tox.ini +++ b/tox.ini @@ -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]