diff options
| author | Jonathan Huot <jonathan.huot@thomsonreuters.com> | 2018-09-11 09:09:50 +0200 |
|---|---|---|
| committer | Jonathan Huot <jonathan.huot@thomsonreuters.com> | 2018-09-11 09:09:50 +0200 |
| commit | b02809db83ad490f6ff3f1b86037272bebb4e041 (patch) | |
| tree | 3084814b814a1c9e8f08d13893d7472619dc00ce | |
| parent | 36e7f50049f3333db72ebcb82677b465ec09f84b (diff) | |
| download | oauthlib-582-coveralls.tar.gz | |
Try to improve multibuild coverage582-coveralls
| -rw-r--r-- | .travis.yml | 3 |
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 |
