Merge "Pass posargs to pylint, not flake8"

This commit is contained in:
Zuul 2018-08-22 18:37:21 +00:00 committed by Gerrit Code Review
commit 48f9971b37
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python2.7
commands = flake8 {posargs}
commands = flake8
{toxinidir}/tools/coding-checks.sh --pylint '{posargs}'
[testenv:venv]