Skip to content

Commit 52269ed

Browse files
author
Joachim Jablon
committed
Retablished coverage
1 parent 2bdcf87 commit 52269ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ matrix:
2525
- env: TOX_ENV=linters
2626

2727
install:
28-
- pip install tox
28+
- pip install tox codecov
29+
2930
script:
3031
- tox -e $TOX_ENV
32+
33+
after_success:
34+
- codecov

0 commit comments

Comments
 (0)