Skip to content

Commit a65db0a

Browse files
committed
ci: add coverage job to Travis
1 parent a4e5552 commit a65db0a

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
@@ -67,3 +67,10 @@ jobs:
6767
script:
6868
- pip3 install tox
6969
- tox -e py38
70+
- stage: test
71+
dist: bionic
72+
name: coverage
73+
python: 3.8
74+
script:
75+
- pip3 install tox
76+
- tox -e cover

0 commit comments

Comments
 (0)