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:
Doug Hellmann 2018-06-13 15:44:05 -04:00 committed by Andreas Jaeger
parent ad84829882
commit 205512df1b
1 changed files with 1 additions and 2 deletions

View File

@ -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]