Skip to content

Commit

Permalink
Added PEP8 and Pyflakes testing to our 'make test' command. Fixes Pyf…
Browse files Browse the repository at this point in the history
…lakes error. For #31.
  • Loading branch information
palewire committed Aug 8, 2014
1 parent 3a5ef2f commit 1a772f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -21,5 +21,7 @@ shell:
python example/manage.py shell

test:
pep8 calaccess
pyflakes calaccess
coverage run setup.py test
coverage report -m
1 change: 0 additions & 1 deletion calaccess/tests.py
@@ -1,4 +1,3 @@
import os
from django.test import TestCase
from django.test.utils import override_settings
from django.db.models import get_app, get_models
Expand Down

0 comments on commit 1a772f9

Please sign in to comment.