Run collect static to prevent the manifest being out of date, resulting in tests failing

This commit is contained in:
Tom Price
2015-09-09 16:13:54 +01:00
parent 60d4d7d1ca
commit d372b09778

View File

@@ -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