summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-10-09 11:27:12 +0200
committerGitHub <noreply@github.com>2016-10-09 11:27:12 +0200
commit6f6c697c0df4704206d2fd1572640f7f2bd80c73 (patch)
tree55c7cbbe703b66d10284cddf403fdb42312d7951
parent833ac6ec4c9f185fd40af7852b6878326f44a0b3 (diff)
parent94ca83c6b6f49bb1244569030ce7989d4e01495c (diff)
downloadgitpython-6f6c697c0df4704206d2fd1572640f7f2bd80c73.tar.gz
Merge pull request #522 from yarikoptic/enh-codecov
RF: coveralls (not used/relied on really) -> codecov
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a1b79ff..2d676405 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ git:
install:
- git submodule update --init --recursive
- git fetch --tags
- - pip install coveralls flake8 ddt sphinx
+ - pip install codecov flake8 ddt sphinx
# generate some reflog as git-python tests need it (in master)
- ./init-tests-after-clone.sh
@@ -36,4 +36,4 @@ script:
- if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
-
after_success:
- - coveralls
+ - codecov