diff options
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index b7b1cee8c..7d37d6bc3 100644 --- a/Makefile.example +++ b/Makefile.example @@ -17,7 +17,7 @@ clean: -find . -name '.*.swp' -exec rm {} \; test: clean - cd $(project); $(PYTHON) manage.py test + cd $(project); $(PYTHON) manage.py test $(apps) pep8: pep8 --filename=*.py --ignore=W --exclude="manage.py,settings.py,migrations" --statistics --repeat . |