Merge "Add the restructuredtext check to the flake8 job"

This commit is contained in:
Zuul 2018-06-13 06:17:22 +00:00 committed by Gerrit Code Review
commit 734851fb1f
1 changed files with 1 additions and 0 deletions

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]