We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 833ac6e + 94ca83c commit 6f6c697Copy full SHA for 6f6c697
.travis.yml
@@ -16,7 +16,7 @@ git:
16
install:
17
- git submodule update --init --recursive
18
- git fetch --tags
19
- - pip install coveralls flake8 ddt sphinx
+ - pip install codecov flake8 ddt sphinx
20
21
# generate some reflog as git-python tests need it (in master)
22
- ./init-tests-after-clone.sh
@@ -36,4 +36,4 @@ script:
36
- if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
37
-
38
after_success:
39
- - coveralls
+ - codecov
0 commit comments