Commit aff24fbe2ff1700733b9e69ee818b33205136f72

Authored by Anthex
1 parent af7f183f

trying codecov

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
1 language: python 1 language: python
  2 +before_install:
  3 + - pip install --user codecov
  4 +after_success:
  5 + - codecov --file coverage/lcov.info --disable search
2 python: 6 python:
3 - "3.5" 7 - "3.5"
4 - "3.6" 8 - "3.6"
@@ -7,4 +11,4 @@ matrix: @@ -7,4 +11,4 @@ matrix:
7 - name: "Python 3.7.1 on Xenial Linux" 11 - name: "Python 3.7.1 on Xenial Linux"
8 python: 3.7 12 python: 3.7
9 dist: xenial 13 dist: xenial
10 -script: py.test  
11 \ No newline at end of file 14 \ No newline at end of file
  15 +script: py.test