]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Build: run pylint as part of test/check make target 193/head
authorPetr Spacek <pspacek@redhat.com>
Tue, 12 Jul 2016 12:46:52 +0000 (14:46 +0200)
committerPetr Spacek <pspacek@redhat.com>
Tue, 12 Jul 2016 12:47:14 +0000 (14:47 +0200)
Makefile

index b4f48770b295b3a64a7e5bd0660b63b381fe8d1a..b367d79607528db6a2b4593f2a81c91c9c77c1f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ tags:
 
 check: test
 
-test:
+test:  lint
        cd tests; make PYTHON=${PYTHON} test
 
 lint: