From 4066a65678459b347e52c6393676bdab7d6b765d Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Mon, 20 Jul 2020 23:20:43 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ff663d..235e5d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - python --version - pip install -U pip - pip install -U pytest - - pip install coverage + - pip install codecov - pip install pytest pytest-cov script: - cd tests