diff --git a/Makefile b/Makefile index a2c9c21c..e8085bd8 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,7 @@ shell: python example/manage.py shell test: + pep8 calaccess + pyflakes calaccess coverage run setup.py test coverage report -m diff --git a/calaccess/tests.py b/calaccess/tests.py index 11ae4fe9..c02a76fe 100644 --- a/calaccess/tests.py +++ b/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