summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2018-09-11 14:34:51 -0400
committerjonathan vanasco <jonathan@2xlp.com>2018-09-11 14:34:51 -0400
commit49e555ba269a285af04057d728583a65f7649b41 (patch)
tree9a567f122487f103a5c60f96863b7f5691db5a0a
parent0e963d8e55cabbd9b50fe2d6ec6659f01c1a2e00 (diff)
parent7fd6fd64c397a32e1115133028bcd433718a6a04 (diff)
downloadoauthlib-49e555ba269a285af04057d728583a65f7649b41.tar.gz
Merge branch 'fix-inline_docs_2' of github.com:jvanasco/oauthlib into fix-inline_docs_2
-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