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.
This commit is contained in:
Rob Crittenden 2016-11-29 15:42:25 +00:00
parent e9527abe86
commit a1c94a1b90
1 changed files with 0 additions and 10 deletions

View File

@ -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