summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4de929f..41fd7cb8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ APP_LIST ?= accounts aggregator blog checklists contact dashboard djangoproject
SCSS = djangoproject/scss
STATIC = djangoproject/static
-ci: compilemessages test
+ci: compilemessages collectstatics test
@python -m coverage report
compilemessages: