From 8595d3d4f31b761574c08d6f9cdf5bfc00f53a99 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 8 Feb 2017 10:44:49 -0200 Subject: Fix linters not having packages installed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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;\ -- cgit v1.2.3