Merge "Add test-requirements to pylint reqs"
This commit is contained in:
commit
ca9a8cf037
1
tox.ini
1
tox.ini
@ -85,6 +85,7 @@ commands =
|
|||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
pylint==2.1.1
|
pylint==2.1.1
|
||||||
commands =
|
commands =
|
||||||
bash ./tools/coding-checks.sh --pylint {posargs}
|
bash ./tools/coding-checks.sh --pylint {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user