Merge "Add test-requirements to pylint reqs"

This commit is contained in:
Zuul 2018-10-16 17:56:53 +00:00 committed by Gerrit Code Review
commit ca9a8cf037
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ commands =
[testenv:pylint]
basepython = python3
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
pylint==2.1.1
commands =
bash ./tools/coding-checks.sh --pylint {posargs}