summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6cc799f2e..1504072a5 100644
--- a/Makefile
+++ b/Makefile
@@ -75,9 +75,13 @@ $(GH_PAGES)::
PHONY += test test.sh 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.sh test.robot
- - make pylint
+
+test.pylint: pyenvinstall
+ $(call cmd,pylint,searx/preferences.py)
+ $(call cmd,pylint,searx/testing.py)
test.sh:
shellcheck -x utils/lxc.sh