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 <doug@doughellmann.com>
This commit is contained in:
parent
ad84829882
commit
205512df1b
3
tox.ini
3
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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user