Correctly use custom settings file
This commit is contained in:
parent
5a4b958a92
commit
d40ff0256a
1 changed files with 1 additions and 2 deletions
|
|
@ -32,12 +32,11 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- evennia --init testing_mygame
|
- evennia --init testing_mygame
|
||||||
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
||||||
- head -n 100 testing_mygame/server/conf/settings.py
|
|
||||||
- cd testing_mygame
|
- cd testing_mygame
|
||||||
- evennia migrate
|
- evennia migrate
|
||||||
|
|
||||||
script:
|
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:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue