Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
travis: Use newer coveralls client
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Sep 7, 2015
1 parent a191ea8 commit 3fa5dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,4 +23,4 @@ script:
- "tox -e $TOX_ENV"

after_success:
- "if [ $TOX_ENV == 'py27' ]; then pip install coveralls; coveralls; fi"
- "if [ $TOX_ENV == 'py27' ]; then pip install --pre coveralls; coveralls; fi"

0 comments on commit 3fa5dae

Please sign in to comment.