From a1c94a1b901c1c8ab7c1c0c49ca26f41fd245314 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 29 Nov 2016 15:42:25 +0000 Subject: [PATCH] Drop lint and pep8 targets from Makefile in favor of tox I'm keeping the Makefile only for the clean target to keep things tidy. --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index 1400172..5aa5481 100644 --- a/Makefile +++ b/Makefile @@ -6,13 +6,3 @@ clean: sdist: clean python setup.py sdist --formats=gztar .PHONY: sdist - -pep8: - pep8 novajoin scripts - -lint: - pylint -d c,r,i,W0613 -r n -f colorized \ - --notes= \ - --ignored-classes=cherrypy,API \ - --disable=star-args \ - ./novajoin