Skip to content

Commit 5d7a22c

Browse files
committed
codecov
1 parent e61df61 commit 5d7a22c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ script:
2020

2121
jobs:
2222
include:
23+
- stage: test coverage
24+
install:
25+
- pip install codecov
26+
script:
27+
- codecov
28+
2329
- stage: deploy documentation
2430
python: 3.6
2531
install: pip install sphinx
@@ -32,6 +38,7 @@ jobs:
3238
local_dir: ./doc/_build/html
3339
on:
3440
branch: master
41+
3542
- stage: test package deployment
3643
deploy:
3744
provider: pypi

0 commit comments

Comments
 (0)