Skip to content

Commit 20664a3

Browse files
committed
[.travis.yml] add auto coverage push
1 parent b9125f5 commit 20664a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ matrix:
1818
install: pip install tox
1919
dist: xenial
2020
script: tox -e $TOX_ENV
21+
- python: 3.7
22+
dist: xenial
23+
env: TOX_ENV=coverage
24+
install:
25+
- pip install --upgrade coverage
26+
- pip install .
27+
script:
28+
- coverage run --source fontline -m py.test
29+
- coverage report -m
30+
after_success:
31+
- bash <(curl -s https://codecov.io/bash)
2132

2233
notifications:
2334
email: false

0 commit comments

Comments
 (0)