Browse Source

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

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 5 years ago
parent
commit
700574357a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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)