summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2019-09-29 14:17:50 -0700
committerBob Halley <halley@dnspython.org>2019-09-29 14:17:50 -0700
commitbe182e565a885f6a15468973b6decb09abb61db7 (patch)
tree3e5c67199272152b3171e7d460f471dc926db3be /Makefile
parent16a8ed5b208591990714a88284f81c506169bd4a (diff)
downloaddnspython-be182e565a885f6a15468973b6decb09abb61db7.tar.gz
continue struggling with travis bitrot
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1166840..d0993e0 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,6 @@ test:
test3: test
lint:
- ${PIP} show astroid >/dev/null 2>&1 || ${PIP} install ${PIPMODE} astroid
pylint dns tests examples/*.py
lint3: lint