From e402bfa6a9e387e449427ee33e8f7845a91b8dbc Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 28 Sep 2019 18:54:16 +0200 Subject: [PATCH] Shift where in travis run black runs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2e5f6a90a..34288574ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ install: - pip install -e . before_script: + - make format - evennia --init testing_mygame - cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py - cd testing_mygame @@ -41,7 +42,6 @@ before_script: - evennia collectstatic --noinput script: - - make format - coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia after_success: