summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3968c113..0b5ff590 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ test: clean install test_py test_js coverage
test_py: linters_py unit_tests_py integration_tests_py
test_js: linters_js unit_tests_js
test_all: test functional_tests
-linters: linters_py linters_js
+linters: clean install linters_py linters_js
linters_py:
@. $(VIRTUALENV)/bin/activate;\