Merge "add pep8 to tox.ini"

This commit is contained in:
Zuul 2018-11-05 14:42:26 +00:00 committed by Gerrit Code Review
commit 65df1d29e3
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ commands =
{toxinidir}/tools/validate_repositories.py
{toxinidir}/tools/validate_atcs.py
[testenv:pep8]
basepython = python3
commands =
flake8
[testenv:venv]
basepython = python3
commands = {posargs}