summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-09-11 12:34:27 +0200
committerGitHub <noreply@github.com>2018-09-11 12:34:27 +0200
commit332144492116d927d6c1cfae6842f8c680278249 (patch)
tree3084814b814a1c9e8f08d13893d7472619dc00ce
parent36e7f50049f3333db72ebcb82677b465ec09f84b (diff)
parentb02809db83ad490f6ff3f1b86037272bebb4e041 (diff)
downloadoauthlib-332144492116d927d6c1cfae6842f8c680278249.tar.gz
Merge pull request #589 from oauthlib/582-coveralls
Attempt to fix 582 to improve coverage statistics
-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