mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Correctly use custom settings file
This commit is contained in:
parent
e7b1d475f1
commit
03b711fcfc
1 changed files with 1 additions and 2 deletions
|
|
@ -32,12 +32,11 @@ install:
|
|||
before_script:
|
||||
- evennia --init testing_mygame
|
||||
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
||||
- head -n 100 testing_mygame/server/conf/settings.py
|
||||
- cd testing_mygame
|
||||
- evennia migrate
|
||||
|
||||
script:
|
||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test evennia
|
||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings evennia
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue