Merge "Remove setup.py check from pep8 job"

This commit is contained in:
Zuul 2018-11-13 10:05:15 +00:00 committed by Gerrit Code Review
commit 2c9a0e79fa
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ commands = ./run_tests.sh -N --db-type mysql
basepython = python3
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]