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:
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