mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Shift where in travis run black runs
This commit is contained in:
parent
c3a4466605
commit
e402bfa6a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue