From b4f90d049089c5390f8ec9e2d37c8fbb99fe19c3 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Mon, 20 Aug 2018 16:09:10 -0500 Subject: [PATCH] Pass posargs to pylint, not flake8 Change-Id: If422de964c6c597480d83ea38b6ab5929e485736 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6193d313..d6f2b9ef 100644 --- a/tox.ini +++ b/tox.ini @@ -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]