From aff24fbe2ff1700733b9e69ee818b33205136f72 Mon Sep 17 00:00:00 2001 From: Anthex Date: Thu, 25 Apr 2019 01:14:41 +0200 Subject: [PATCH] trying codecov --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c24bed..51b17fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: python +before_install: + - pip install --user codecov +after_success: + - codecov --file coverage/lcov.info --disable search python: - "3.5" - "3.6" @@ -7,4 +11,4 @@ matrix: - name: "Python 3.7.1 on Xenial Linux" python: 3.7 dist: xenial -script: py.test \ No newline at end of file +script: py.test -- libgit2 0.21.4