From 03b711fcfc853c2c4b2e58c2e67e95ccccb6ca45 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 20 Mar 2019 00:15:11 +0100 Subject: [PATCH] Correctly use custom settings file --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f55a344c0b..f6d7900509 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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