tox.ini: fix running of the pylint target

This commit is contained in:
Benjamin Dauvergne 2021-11-24 15:30:20 +01:00
parent e3b5ab5e7c
commit a8cdbf3dfc
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py3,code-style
envlist =
code-style
py3
py3-pylint
pylint
[testenv]
setenv =
@ -45,6 +45,7 @@ commands =
pre-commit run --all-files --show-diff-on-failure
[testenv:pylint]
basepython = python3
deps =
-rtest-requirements.txt
pylint