Skip to content

Commit

Permalink
Travis: fix codecov integration
Browse files Browse the repository at this point in the history
Closes #208
  • Loading branch information
blueyed committed Aug 16, 2018
1 parent 2d885ca commit b2d27dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install:
script: tox -v
after_success:
- |
if [ "$TOXENV" = py* ]; then
if [[ "$TOXENV" = py* ]]; then
pip install codecov
coverage xml
coverage report -m
Expand Down

0 comments on commit b2d27dc

Please sign in to comment.