mirror of https://github.com/searxng/searxng.git
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:
parent
aa95a0d70b
commit
700574357a
2
Makefile
2
Makefile
|
@ -75,7 +75,7 @@ PHONY += test test.pylint test.pep8 test.unit test.robot
|
||||||
test: test.pylint test.pep8 test.unit test.robot
|
test: test.pylint test.pep8 test.unit test.robot
|
||||||
|
|
||||||
# TODO: balance linting with pylint
|
# TODO: balance linting with pylint
|
||||||
test.pylint: pylint-exe
|
test.pylint: pyenvinstall
|
||||||
$(call cmd,pylint,searx/preferences.py)
|
$(call cmd,pylint,searx/preferences.py)
|
||||||
$(call cmd,pylint,searx/testing.py)
|
$(call cmd,pylint,searx/testing.py)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue