]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove lint on test as it breaks on python 2.6
authorBob Halley <halley@dnspython.org>
Tue, 20 Sep 2016 16:55:39 +0000 (09:55 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 20 Sep 2016 16:55:39 +0000 (09:55 -0700)
Makefile

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