Merge "Run pep8/fast8 with python3"

This commit is contained in:
Zuul 2018-04-09 09:31:14 +00:00 committed by Gerrit Code Review
commit 80e9298418
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,8 @@ basepython = python3.5
commands = oslo_debug_helper {posargs}
[testenv:pep8]
# Let's gate pep8 under py3 by default because the py3 checks are stricter.
basepython = python3
commands =
flake8 {posargs}
# Run bashate during pep8 runs to ensure violations are caught by
@ -87,6 +89,8 @@ commands =
{toxinidir}/tools/cover.sh {posargs}
[testenv:fast8]
# Let's run fast8 under py3 by default because the py3 checks are stricter.
basepython = python3
commands =
{toxinidir}/tools/fast8.sh