Commit 03b00875 authored by Michal Čihař's avatar Michal Čihař

Use test settings for static file collection

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d9b6d4be
......@@ -20,7 +20,7 @@ build:
tests:
override:
-
command: ./manage.py collectstatic
command: ./manage.py collectstatic --settings=weblate.settings_test
-
command: coverage run --source . ./manage.py test --settings=weblate.settings_test
coverage:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment