Skip to content

Commit

Permalink
Add missing dependency to tox's pylint environment
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Sep 20, 2024
1 parent 5ba02d4 commit 5ace852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ commands =

[testenv:pylint]
description = "Check ProbeQuest for programming errors"
deps = pylint
deps =
pylint
setuptools
commands =
{envpython} -m pylint --rcfile={toxinidir}/setup.cfg src tests

Expand Down

0 comments on commit 5ace852

Please sign in to comment.