Merge "Force Python 2 for pep8 linting"
This commit is contained in:
commit
bffc72df4a
1
tox.ini
1
tox.ini
@ -29,6 +29,7 @@ passenv = ZUUL_PROJECT
|
|||||||
commands = ./run_tests.sh -N --db-type mysql
|
commands = ./run_tests.sh -N --db-type mysql
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
||||||
check-uuid --package mistral_tempest_tests
|
check-uuid --package mistral_tempest_tests
|
||||||
|
Loading…
Reference in New Issue
Block a user