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]