summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 604cdb8ac..77ffe489f 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,11 @@ run: pyenvinstall
# test
# ----
-PHONY += test test.pep8 test.unit test.robot
+PHONY += test test.pylint test.pep8 test.unit test.robot
+# TODO: balance linting with pylint
test: test.pep8 test.unit test.robot
+ - make pylint
test.pep8: pyenvinstall
$(PY_ENV_ACT); ./manage.sh pep8_check