Merge pull request #136 from adbar/master

add coverage testing
pull/137/head
Yuri Baburov 4 years ago committed by GitHub
commit 5800210e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,8 +50,11 @@ matrix:
install:
- if [ $PIP ]; then true; else PIP=pip3; fi
- travis_retry $PIP install -U pip wheel tox-travis
- travis_retry $PIP install -U pip wheel tox-travis pytest-cov codecov
- travis_retry $PIP install -U -r requirements.txt -e ".[test]"
script:
- tox
after_success:
- codecov

Loading…
Cancel
Save