diff --git a/.travis.yml b/.travis.yml index 969d457..aa8c6cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ python: - '3.6' - '3.7' +notifications: + webhooks: https://coveralls.io/webhook + branches: only: - master @@ -50,6 +53,7 @@ script: - py.test -vv --cov=contact_map --cov-report xml:cov.xml after_success: + - export COVERALLS_PARALLEL=true - coveralls - python-codacy-coverage -r cov.xml