Further cleanup of travis build

This commit is contained in:
Griatch 2019-03-19 23:29:57 +01:00
parent e3cf866e60
commit 374fed2d63
2 changed files with 20 additions and 22 deletions

View file

@ -30,14 +30,12 @@ install:
- pip install coveralls
before_script:
- python -VV
- evennia --init testing_mygame
- cp .travis/testing_settings.py testing_mygame/server/conf/settings.py
- cd testing_mygame
- evennia migrate
script:
- head -n 100 server/conf/settings.py
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test evennia
after_success: