From 87803b848571cc261c1d543267129edf3fe7e056 Mon Sep 17 00:00:00 2001 From: Daniel Yohan Date: Tue, 17 Dec 2019 14:37:42 -0300 Subject: [PATCH] Removed Codecov --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f758108..bb947931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ install: - pip install pipenv - pipenv install --system --dev - pip install coveralls - - pip install codecov - python manage.py collectstatic env: global: @@ -18,4 +17,3 @@ script: - travis_wait coverage run manage.py test after_success: - coveralls - - codecov