Skip to content

Commit

Permalink
Lint entire project
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcconnaughey committed Jul 9, 2016
1 parent 6cdac8f commit d0fb824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ makemigrations:
python manage.py makemigrations field_history

lint:
flake8 field_history
flake8

test: lint
coverage run --source field_history runtests.py tests
Expand Down

0 comments on commit d0fb824

Please sign in to comment.