From 5a5b311af560d8011be38e44e02aef337323a576 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Tue, 12 Jul 2016 14:46:52 +0200 Subject: [PATCH] Build: run pylint as part of test/check make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4f48770..b367d796 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ tags: check: test -test: +test: lint cd tests; make PYTHON=${PYTHON} test lint: -- 2.47.3