summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2018-12-09 12:10:19 -0800
committerBob Halley <halley@dnspython.org>2018-12-09 12:10:19 -0800
commit7a0d63e4a7f6bff0259a5f23a0241e7a39d7d68a (patch)
tree705b555648e2731ad0c726f4dabadc89176e75b8 /Makefile
parentefb36d6cdeb35b0d94d71b82440dd5473adfc94b (diff)
downloaddnspython-7a0d63e4a7f6bff0259a5f23a0241e7a39d7d68a.tar.gz
pylint3 -> pylint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d20eed2..e6a930c 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ test:
test3: test
lint:
- pylint3 dns tests examples/*.py
+ pylint dns tests examples/*.py
lint3: lint