From 7d28c7f7c3f50b80e2a49f4eb4be67ddc6be20cf Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 24 Mar 2019 10:35:55 +0100 Subject: [PATCH] Debug with SHOW TABLE STATUS --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fc16c75fb7..7a88caeadd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ before_script: - cd testing_mygame - evennia migrate - evennia collectstatic --noinput + - mysql -u root -e "SHOW TABLE STATUS;" script: - coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia