Commit 68e3cac6f9a364d57cbcdc0076f6dfb6b882fbfa
1 parent
b4bfe88c
fix codecov config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -2,7 +2,7 @@ language: python | @@ -2,7 +2,7 @@ language: python | ||
2 | before_install: | 2 | before_install: |
3 | - pip install codecov | 3 | - pip install codecov |
4 | after_success: | 4 | after_success: |
5 | - - codecov --file coverage/lcov.info --disable search | 5 | + - codecov |
6 | python: | 6 | python: |
7 | - "3.5" | 7 | - "3.5" |
8 | - "3.6" | 8 | - "3.6" |