Skip to content

Commit 6f6c697

Browse files
authored
Merge pull request #522 from yarikoptic/enh-codecov
RF: coveralls (not used/relied on really) -> codecov
2 parents 833ac6e + 94ca83c commit 6f6c697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git:
1616
install:
1717
- git submodule update --init --recursive
1818
- git fetch --tags
19-
- pip install coveralls flake8 ddt sphinx
19+
- pip install codecov flake8 ddt sphinx
2020

2121
# generate some reflog as git-python tests need it (in master)
2222
- ./init-tests-after-clone.sh
@@ -36,4 +36,4 @@ script:
3636
- if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
3737
-
3838
after_success:
39-
- coveralls
39+
- codecov

0 commit comments

Comments
 (0)