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