Skip to content

Commit ca602d3

Browse files
committed
Added code coverage to travis installs
1 parent cbc7f72 commit ca602d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
- python: 3.6
2020
env: TOXENV=manifest
2121
install:
22-
- pip install tox
22+
- pip install tox coverage codecov
2323
script:
2424
- tox -e $TOXENV
2525
after_success:

0 commit comments

Comments
 (0)