Further cleanup of travis build
This commit is contained in:
parent
e3cf866e60
commit
374fed2d63
2 changed files with 20 additions and 22 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue