Skip to content

Commit

Permalink
Fix coverage combine
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Oct 6, 2017
1 parent ce06b68 commit a5336aa
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 @@ -62,7 +62,7 @@ script:

after_success:
- 'if [ $TRAVIS_PYTHON_VERSION == "3.5" ]; then
coverage-combine;
coverage combine;
coveralls;
fi'

Expand Down

0 comments on commit a5336aa

Please sign in to comment.