Skip to content

Commit e9e5cc3

Browse files
committed
Enable code coverage reports (#11)
Change-Id: If2a33ac844ef568b7ec95b04840c6ad5db731213
1 parent 8366dda commit e9e5cc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ addons:
88
packages:
99
- git
1010
install:
11-
- pip install tox
11+
- pip install tox codecov
1212
script:
1313
- tox
14+
after_success:
15+
- codecov

0 commit comments

Comments
 (0)