summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-10 01:01:52 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-10 01:01:54 +0900
commit1dba84096d888a15ae171c56572f12ca8d1cbd0d (patch)
tree3664bad3f237bb769459741ce6d66ffc6b7ea7d6
parent8bfc7f0eda5d81550aca9f5f9db5dd5455bc79d9 (diff)
downloadsphinx-git-1dba84096d888a15ae171c56572f12ca8d1cbd0d.tar.gz
test: Disable codecov
To avoid the error of codecov on CI, this disables it temporarily.
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 008f4e442..9e90bc77d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,9 @@ matrix:
- python: '3.8'
env:
- TOXENV=du15
- - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
+ # Disable codecov temporarily
+ # refs: https://github.com/sphinx-doc/sphinx/pull/7286#issuecomment-596617853
+ # - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
- python: 'nightly'
env:
- TOXENV=du16