We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a74140 commit 14d4474Copy full SHA for 14d4474
.travis.yml
@@ -50,8 +50,11 @@ matrix:
50
51
install:
52
- if [ $PIP ]; then true; else PIP=pip3; fi
53
- - travis_retry $PIP install -U pip wheel tox-travis
+ - travis_retry $PIP install -U pip wheel tox-travis pytest-cov codecov
54
- travis_retry $PIP install -U -r requirements.txt -e ".[test]"
55
56
script:
57
- tox
58
+
59
+after_success:
60
+ - codecov
0 commit comments