diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 14:29:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 14:29:08 -0700 |
commit | ddf9a1a49538945be9af38df2e96e22e98fb9488 (patch) | |
tree | b81e06cf811a1a50126eb232524ae08ce5bd4eec /.travis.yml | |
parent | 4526052de13932e91edf43f5a4ccb97dbc69afe9 (diff) | |
parent | 7fe437366c88a2607ebf4adbd0186baca05a55ad (diff) |
Merge branch '2.1' into 910-int
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c8faf0a2..7ca8db09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: # Self-install for setup.py-driven deps - pip install -e . # Dev (doc/test running) requirements - - pip install coveralls # For coveralls.io specifically + - pip install codecov # For codecov specifically - pip install -r dev-requirements.txt script: # Main tests, w/ coverage! @@ -33,4 +33,4 @@ notifications: on_failure: change email: false after_success: - - coveralls + - codecov |