From 4cec20e357d20e8f91593231d073e7a8f22eb7c9 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 11 Jul 2016 12:07:19 +0100 Subject: [PATCH] Add collect static command --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bcc8b28f..addaa1d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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