From 205512df1b0e3dd904ed7d51ccdfbf27aaeac7f1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 13 Jun 2018 15:44:05 -0400 Subject: make tox -e pylint only run pylint Having the pylint environment run redundant commands just makes the job take longer. Change-Id: Ibb86b40e589d1b6f9c3af5901549d7aa5170e8c8 Signed-off-by: Doug Hellmann --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 568e3214..0e351fd6 100644 --- a/tox.ini +++ b/tox.ini @@ -109,8 +109,7 @@ commands = oslopolicy-sample-generator --config-file=tools/trove-policy-generato basepython = python3 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = {[testenv]commands} - python tools/trove-pylint.py {posargs:check} +commands = python tools/trove-pylint.py {posargs:check} [testenv:lower-constraints] -- cgit v1.2.1