Travis: only run coveralls on success

pull/1331/head
Paulus Schoutsen 2016-02-18 23:23:05 -08:00
parent 1841f3994f
commit d65c1c2b0d
1 changed files with 3 additions and 5 deletions

View File

@ -13,9 +13,7 @@ matrix:
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip
install: pip install -U tox install: pip install -U tox coveralls
language: python language: python
script: script: tox
- tox after_success: coveralls
- pip install coveralls
- coveralls