Add collect static command

This commit is contained in:
Tom Price
2016-07-11 12:07:19 +01:00
parent 8a0cbe32bd
commit 4cec20e357

View File

@@ -10,6 +10,9 @@ install:
- pip install -r requirements.txt
- pip install coverage
before_script:
- python manage.py collectstatic --noinput
script:
- coverage run manage.py test RIGS