Pass posargs to pylint, not flake8

Change-Id: If422de964c6c597480d83ea38b6ab5929e485736
This commit is contained in:
Terry Wilson 2018-08-20 16:09:10 -05:00
parent 5044279f58
commit b4f90d0490
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]