aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3631f34..40fc27c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
# Make file to compress and join all JS files
all: compress_js compress_css
+flake8:
+ flake8 *.py debug_toolbar example tests
+
test:
pip install Django
python runtests.py