Commit 61ad48fa authored by Michal Čihař's avatar Michal Čihař

Do not wait on input while running testsuite

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 06a9d633
...@@ -21,7 +21,7 @@ build: ...@@ -21,7 +21,7 @@ build:
tests: tests:
override: override:
- -
command: ./manage.py collectstatic --settings=weblate.settings_test command: ./manage.py collectstatic --settings=weblate.settings_test --noinput
- -
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