mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Move codecov to travis setup
This commit is contained in:
parent
52cae5d015
commit
a67751715d
2 changed files with 1 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ sudo: false
|
|||
install:
|
||||
- pip install -e .
|
||||
- pip install coveralls
|
||||
- pip install codecov
|
||||
before_script:
|
||||
- evennia --init dummy
|
||||
- cd dummy
|
||||
|
|
@ -13,4 +14,3 @@ script:
|
|||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test evennia
|
||||
after_success:
|
||||
- coveralls
|
||||
- codecov
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ inflect
|
|||
# testing
|
||||
mock >= 1.0.1
|
||||
anything
|
||||
codecov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue