Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Drop lint and pep8 targets from Makefile in favor of tox
Browse files Browse the repository at this point in the history
I'm keeping the Makefile only for the clean target to keep
things tidy.
  • Loading branch information
rcritten committed Nov 29, 2016
1 parent e9527ab commit a1c94a1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a1c94a1

Please sign in to comment.