Skip to content

Commit

Permalink
Fixes coveralls in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Matyasek committed Apr 11, 2019
1 parent 6bda3de commit c396778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,10 +7,10 @@ python:

install:
- make install
- pip install coveralls

script:
- make release-check

after_success:
- pip install coveralls --use-mirrors
- coveralls

0 comments on commit c396778

Please sign in to comment.