mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 00:36:30 +01:00
Run collectstatic without input requested
This commit is contained in:
parent
75b5dd43d7
commit
d2df130ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ before_script:
|
|||
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
||||
- cd testing_mygame
|
||||
- evennia migrate
|
||||
- evennia collectstatic
|
||||
- evennia collectstatic --noinput
|
||||
|
||||
script:
|
||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings evennia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue