Commit e67f95cb authored by Michal Čihař's avatar Michal Čihař

Collect static files before running tests

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 330c2f70
...@@ -19,6 +19,8 @@ build: ...@@ -19,6 +19,8 @@ build:
- pip install -r ci/requirements-scrutinizer.txt - pip install -r ci/requirements-scrutinizer.txt
tests: tests:
override: override:
-
command: ./manage.py collectstatic
- -
command: coverage run --source . ./manage.py test --settings=weblate.settings_test command: coverage run --source . ./manage.py test --settings=weblate.settings_test
coverage: 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