diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-24 08:14:09 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-24 08:14:09 +0100 |
commit | 700574357ac1ee475be042b88aa5a8816f7793ba (patch) | |
tree | d65ec76a92ef38a024ea016983a2e1f1a50da0c8 /Makefile | |
parent | aa95a0d70b57fe0dc0ba26b6511185e5629cbde2 (diff) | |
download | searxng-700574357ac1ee475be042b88aa5a8816f7793ba.tar.gz searxng-700574357ac1ee475be042b88aa5a8816f7793ba.zip |
make test: bugfix, pyenvinstall is a prerequisite for the pylint test
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |