make test: bugfix, pyenvinstall is a prerequisite for the pylint test

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-02-24 08:14:09 +01:00
parent aa95a0d70b
commit 700574357a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ PHONY += test test.pylint test.pep8 test.unit test.robot
test: test.pylint test.pep8 test.unit test.robot
# TODO: balance linting with pylint
test.pylint: pylint-exe
test.pylint: pyenvinstall
$(call cmd,pylint,searx/preferences.py)
$(call cmd,pylint,searx/testing.py)