Skip to content

Commit 14d4474

Browse files
committed
add coverage tests
1 parent 5a74140 commit 14d4474

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ matrix:
5050

5151
install:
5252
- if [ $PIP ]; then true; else PIP=pip3; fi
53-
- travis_retry $PIP install -U pip wheel tox-travis
53+
- travis_retry $PIP install -U pip wheel tox-travis pytest-cov codecov
5454
- travis_retry $PIP install -U -r requirements.txt -e ".[test]"
5555

5656
script:
5757
- tox
58+
59+
after_success:
60+
- codecov

0 commit comments

Comments
 (0)