summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-09-11 09:09:50 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-09-11 09:09:50 +0200
commitb02809db83ad490f6ff3f1b86037272bebb4e041 (patch)
tree3084814b814a1c9e8f08d13893d7472619dc00ce
parent36e7f50049f3333db72ebcb82677b465ec09f84b (diff)
downloadoauthlib-582-coveralls.tar.gz
Try to improve multibuild coverage582-coveralls
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dd72d5c..f46bf43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,10 +17,11 @@ install:
- pip install -U setuptools
- pip install tox coveralls
script: tox
-after_success: coveralls
+after_success: COVERALLS_PARALLEL=true coveralls
notifications:
webhooks:
urls:
+ - https://coveralls.io/webhook
- https://webhooks.gitter.im/e/6008c872bf0ecee344f4
on_success: change
on_failure: always