From 454cb424aec5e251c2d8fe2bfa193b2423b0090e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 25 Nov 2019 05:35:17 +0100 Subject: [PATCH] Travis: cache codecov as well Since it's anyway installed. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d7824b..bde7895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ python: install: - gem install coveralls-lcov - pip install pytest + - pip install codecov # the test command: script: @@ -46,7 +47,6 @@ addons: after_success: - lcov --capture --no-external --directory . --output-file coverage.info - COVERALLS_PARALLEL=true coveralls-lcov coverage.info - - pip install codecov - codecov notifications: -- 2.39.2