From c8dd92d18bfee3fa1afe6d55f94877a0b4af96b3 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Thu, 18 Jan 2018 06:31:44 +0700 Subject: [PATCH] Install codecov --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77c8bdd..fb32d33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,10 @@ python: install: - pip install -e . - pip install pytest-cov - - pip install coveralls + # - pip install coveralls + - pip install codecov #- pip install pytest # installed by Travis by default already script: - RUN_SLOW_TESTS_TOO=1 py.test --cov rq --durations=5 after_success: - - coveralls + - codecov