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