Move codecov to travis setup

This commit is contained in:
Griatch 2019-02-11 13:39:28 +01:00
parent 52cae5d015
commit a67751715d
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -12,4 +12,3 @@ inflect
# testing
mock >= 1.0.1
anything
codecov