summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-09-11 13:46:13 +0200
committerGitHub <noreply@github.com>2018-09-11 13:46:13 +0200
commit7fd6fd64c397a32e1115133028bcd433718a6a04 (patch)
treec523f8058bebb166d32cb49dd198fd6bd6995045
parent5a9d8d92d3453355de86d614337affe69543207d (diff)
parent332144492116d927d6c1cfae6842f8c680278249 (diff)
downloadoauthlib-7fd6fd64c397a32e1115133028bcd433718a6a04.tar.gz
Merge branch 'master' 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