summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-11-17 10:07:27 +0000
committerGitHub <noreply@github.com>2021-11-17 10:07:27 +0000
commit6b1cc141aeb9501aa23774056fbc7179b719e200 (patch)
treec6f323b1ca6a0a86a951358b1872db965cdfee06 /tox.ini
parent84acf045fb39e642ec5e82b3824b7450c6b63225 (diff)
downloadtox-git-6b1cc141aeb9501aa23774056fbc7179b719e200.tar.gz
Drop python 3.6 support (#2275)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini31
1 files changed, 0 insertions, 31 deletions
diff --git a/tox.ini b/tox.ini
index 9f72c4f8..164111ae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist =
py39
py38
py37
- py36
cov
type
docs
@@ -40,7 +39,6 @@ description = format the code base to adhere to our styles, and complain about w
passenv =
{[testenv]passenv}
PROGRAMDATA
-basepython = python3.9
skip_install = true
deps =
pre-commit>=2.13
@@ -48,32 +46,6 @@ commands =
pre-commit run --all-files --show-diff-on-failure {tty:--color=always} {posargs}
python -c 'print(r"hint: run {envbindir}{/}pre-commit install to add checks as pre-commit hook")'
-[testenv:cov]
-description = merge existing coverage reports and report coverage diff against DIFF_MASTER env-var (default upstream/rewrite)
-passenv =
- {[testenv]passenv}
- DIFF_AGAINST
-setenv =
- COVERAGE_FILE = {toxworkdir}/.coverage
-skip_install = true
-deps =
- covdefaults>=1.2
- coverage>=5.5
- diff_cover>=6.2
-parallel_show_output = true
-commands =
- coverage combine
- coverage report -m
- coverage xml -o {toxworkdir}{/}coverage.xml
- coverage html -d {toxworkdir}{/}htmlcov
- diff-cover --compare-branch {env:DIFF_AGAINST:upstream/rewrite} {toxworkdir}{/}coverage.xml
-depends =
- py310
- py39
- py38
- py37
- py36
-
[testenv:type]
description = run type check on code base
setenv =
@@ -91,7 +63,6 @@ commands =
[testenv:docs]
description = build documentation
-basepython = python3.9
extras =
docs
commands =
@@ -100,7 +71,6 @@ commands =
[testenv:pkg_meta]
description = check that the long description is valid
-basepython = python3.9
skip_install = true
deps =
build[virtualenv]>=0.5
@@ -113,7 +83,6 @@ commands =
[testenv:release]
description = do a release, required posarg of the version number
-basepython = python3.9
skip_install = true
deps =
gitpython>=3.1