From a67751715d1e49493e1dfd6a579a388e79ad7d46 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 11 Feb 2019 13:39:28 +0100 Subject: [PATCH] Move codecov to travis setup --- .travis.yml | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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