diff --git a/.travis.yml b/.travis.yml index 700632d534..ba8050195f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 0e17883ce5..cf51c7c98d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,3 @@ inflect # testing mock >= 1.0.1 anything -codecov