Skip to content

Commit bbeeb33

Browse files
update codecov config
1 parent 46e042d commit bbeeb33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ matrix:
88
- python: 3.7
99
dist: xenial
1010
install:
11+
- pip install codecov
1112
- pip install -r requirements.txt
1213
- pip install -r test-requirements.txt
1314
script:
1415
- pytest
1516
after_success:
16-
- bash <(curl -s https://codecov.io/bash)
17+
- codecov
1718
deploy:
1819
provider: pypi
1920
user: supercoderhawk

0 commit comments

Comments
 (0)