Skip to content

Commit

Permalink
Add a Makefile for convenience on running pep8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dulacp committed Nov 18, 2013
1 parent dd6407d commit f949f5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
@@ -0,0 +1,8 @@
# These targets are not files
.PHONY: test lint

lint:
pep8 --exclude=migrations --ignore=W291 moderation tests

test:
python runtests.py --failfast

0 comments on commit f949f5e

Please sign in to comment.