diff --git a/.travis.yml b/.travis.yml index d0c5944..4a15895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: 3.6 cache: pip before_install: pip install flit +# Use `--deps production` so that we don't install unnecessary dependencies install: flit install --deps production --extras test script: pytest -m offline @@ -53,3 +54,8 @@ jobs: script: flit publish on: tags: true + +notifications: + email: + on_success: never + on_failure: change