summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-18 15:16:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-18 15:18:35 -0400
commit16fbd7161273c94b2611e45856ce6339743dcb5d (patch)
treef001206c3facf4db32609fc8d12ee63c95b66d06 /tox.ini
parentaa5ef507f3bf78092abfff7c6a2cf55a9b2fb2dc (diff)
downloadpython-setuptools-git-16fbd7161273c94b2611e45856ce6339743dcb5d.tar.gz
Remove codecov and coverage testenvs and env var config, unneeded.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 0 insertions, 18 deletions
diff --git a/tox.ini b/tox.ini
index a1b3c16e..28ff16a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,27 +11,9 @@ commands =
pytest {posargs}
usedevelop = True
extras = testing
-setenv =
- COVERAGE_FILE={toxworkdir}/.coverage.{envname}
passenv =
windir # required for test_pkg_resources
-[testenv:coverage]
-description=Combine coverage data and create report
-deps=coverage
-skip_install=True
-changedir={toxworkdir}
-setenv=COVERAGE_FILE=.coverage
-commands=coverage erase
- coverage combine
- coverage {posargs:xml}
-
-[testenv:codecov]
-description=[Only run on CI]: Upload coverage data to codecov
-deps=codecov
-skip_install=True
-commands=codecov -X gcov --file {toxworkdir}/coverage.xml
-
[testenv:docs]
extras =
docs