Split db config files since envvar does not exist across terminals

This commit is contained in:
Griatch 2019-03-19 23:44:12 +01:00
parent 374fed2d63
commit 854cf96efb
4 changed files with 110 additions and 20 deletions

View file

@ -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