Merge "make tox -e pylint only run pylint"

This commit is contained in:
Zuul 2018-09-25 07:19:42 +00:00 committed by Gerrit Code Review
commit bfe0536cf9
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:docs]
basepython = python3