Merge "Force Python 2 for pep8 linting"

This commit is contained in:
Jenkins 2017-05-07 13:38:59 +00:00 committed by Gerrit Code Review
commit bffc72df4a
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ passenv = ZUUL_PROJECT
commands = ./run_tests.sh -N --db-type mysql
[testenv:pep8]
basepython = python2.7
commands =
flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
check-uuid --package mistral_tempest_tests