Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Make sure pep8 skips migrations dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutaaron committed Mar 23, 2015
1 parent 5b2a8b2 commit 60ba86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -29,7 +29,7 @@ shell:

test:
clear
pep8 calaccess_campaign_browser
pep8 --exclude='*/migrations' calaccess_campaign_browser
pyflakes calaccess_campaign_browser
coverage run setup.py test
coverage report -m
Expand Down

0 comments on commit 60ba86b

Please sign in to comment.