summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-09-20 09:55:39 -0700
committerBob Halley <halley@dnspython.org>2016-09-20 09:55:39 -0700
commit963624b9d8cac8b61d23a26bc5e18f0fdc7240f5 (patch)
treecb542b0a9c62c4469625c2ae1a1a65ee485684bc /Makefile
parent89f649bf6da6b237653eedf6c44654767cdba2b0 (diff)
downloaddnspython-963624b9d8cac8b61d23a26bc5e18f0fdc7240f5.tar.gz
remove lint on test as it breaks on python 2.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b367d79..b4f4877 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ tags:
check: test
-test: lint
+test:
cd tests; make PYTHON=${PYTHON} test
lint: