diff options
author | Daniel Hahler <git@thequod.de> | 2020-03-12 16:31:49 +0100 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2020-03-12 16:31:49 +0100 |
commit | f4ba4e8c79a77b0fb561753413d061e0aab174db (patch) | |
tree | 1bf100f724139d731d0916612f38c2ebc8d86c76 | |
parent | f85b870ad59f39c8637160a4cd4d865ce1e1628e (diff) | |
download | sphinx-git-f4ba4e8c79a77b0fb561753413d061e0aab174db.tar.gz |
Revert "test: Disable codecov"
This reverts commit 1dba84096d888a15ae171c56572f12ca8d1cbd0d.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 1b0b104ad..3ceb2e3f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,7 @@ jobs: - python: '3.8' env: - TOXENV=du15 - # Disable codecov temporarily - # refs: https://github.com/sphinx-doc/sphinx/pull/7286#issuecomment-596617853 - # - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg" + - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg" - python: 'nightly' env: - TOXENV=du16 |