summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f35b86c41..85f549d8e 100644
--- a/Makefile
+++ b/Makefile
@@ -72,9 +72,12 @@ $(GH_PAGES)::
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: test.pep8 test.unit test.robot
- - make pylint
+test.pylint: pyenvinstall
+ $(call cmd,pylint,searx/preferences.py)
+ $(call cmd,pylint,searx/testing.py)
test.pep8: pyenvinstall
$(PY_ENV_ACT); ./manage.sh pep8_check