diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-07-26 01:10:45 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-07-26 01:10:45 +0300 |
| commit | bccaedac61ba2bb3e8d91ced2c5da824bdaf4249 (patch) | |
| tree | cce69f516394a02b252caf5c94eacf62e68cd2ac | |
| parent | f5b302c3328fd02ef6e21d96c343959b6acb40c1 (diff) | |
| download | wheel-git-bccaedac61ba2bb3e8d91ced2c5da824bdaf4249.tar.gz | |
Added codecov to the Travis configuration
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9c3b8ed..6e6b67b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,12 @@ python: - "3.5" - "3.6" -install: pip install -U setuptools tox-travis tox-virtualenv-no-download +install: pip install -U setuptools tox-travis tox-virtualenv-no-download codecov script: tox +after_success: codecov --token=acff82f6-e810-47fb-8117-1d23ed9e3078 + notifications: irc: channels: |
