summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-08 10:44:49 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-02-08 10:44:49 -0200
commit8595d3d4f31b761574c08d6f9cdf5bfc00f53a99 (patch)
tree20d16729e01fc4ee6bd6be5187ea4ee648582437 /Makefile
parent6d5bc7819d4498877e09ad78ae4305b329d43652 (diff)
Fix linters not having packages installed
Diffstat (limited to 'Makefile')
-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;\