Skip to content

Commit

Permalink
Travis: only run coveralls on success
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Feb 19, 2016
1 parent 1841f39 commit d65c1c2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ matrix:
cache:
directories:
- $HOME/.cache/pip
install: pip install -U tox
install: pip install -U tox coveralls
language: python
script:
- tox
- pip install coveralls
- coveralls
script: tox
after_success: coveralls

0 comments on commit d65c1c2

Please sign in to comment.