summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-09-11 14:08:36 +0200
committerGitHub <noreply@github.com>2018-09-11 14:08:36 +0200
commita3816976eb781ca1578b14b6f1d8413d35537433 (patch)
treece29ab6731f7ec2a4f643bb4746f401d55886b8b
parent346bf28816da5705e7681a886247c0f32884723b (diff)
parent332144492116d927d6c1cfae6842f8c680278249 (diff)
downloadoauthlib-431-customexception.tar.gz
Merge branch 'master' into 431-customexception431-customexception
-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