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 .
|
- pip install -e .
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- make format
|
||||||
- evennia --init testing_mygame
|
- evennia --init testing_mygame
|
||||||
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
||||||
- cd testing_mygame
|
- cd testing_mygame
|
||||||
|
|
@ -41,7 +42,6 @@ before_script:
|
||||||
- evennia collectstatic --noinput
|
- evennia collectstatic --noinput
|
||||||
|
|
||||||
script:
|
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
|
- 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:
|
after_success:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue