From: Bob Halley Date: Tue, 20 Sep 2016 16:55:39 +0000 (-0700) Subject: remove lint on test as it breaks on python 2.6 X-Git-Tag: v1.15.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963624b9d8cac8b61d23a26bc5e18f0fdc7240f5;p=thirdparty%2Fdnspython.git remove lint on test as it breaks on python 2.6 --- diff --git a/Makefile b/Makefile index b367d796..b4f48770 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ tags: check: test -test: lint +test: cd tests; make PYTHON=${PYTHON} test lint: