diff --git a/wercker.yml b/wercker.yml index a2a3f6d0..c2749a3e 100644 --- a/wercker.yml +++ b/wercker.yml @@ -84,6 +84,12 @@ build: code: | pip install coverage + # Collect static files so the manifest storage knows where to look + - script: + name: collect static + code: | + python manage.py collectstatic --noinput + # Run python tests - script: name: run tests