Split db config files since envvar does not exist across terminals
This commit is contained in:
parent
374fed2d63
commit
854cf96efb
4 changed files with 110 additions and 20 deletions
|
|
@ -31,7 +31,7 @@ install:
|
|||
|
||||
before_script:
|
||||
- evennia --init testing_mygame
|
||||
- cp .travis/testing_settings.py testing_mygame/server/conf/settings.py
|
||||
- cp .travis/$(TESTING_DB)_settings.py testing_mygame/server/conf/settings.py
|
||||
- cd testing_mygame
|
||||
- evennia migrate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue