Skip to content

Commit a814a60

Browse files
committed
tox: remove basepython = python3 lines
I don't think they're needed.
1 parent 4973bf3 commit a814a60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ wheel_build_env = .pkg
100100
description =
101101
run pre-commit-defined linters under `{basepython}`
102102
skip_install = True
103-
basepython = python3
104103
deps = pre-commit>=2.9.3
105104
commands = pre-commit run --all-files --show-diff-on-failure {posargs:}
106105
setenv =
@@ -128,7 +127,6 @@ setenv =
128127
[testenv:docs-checklinks]
129128
description =
130129
check the links in the documentation with `{basepython}`
131-
basepython = python3
132130
usedevelop = True
133131
changedir = doc/en
134132
deps = -r{toxinidir}/doc/en/requirements.txt
@@ -142,7 +140,6 @@ setenv =
142140
description =
143141
regenerate documentation examples under `{basepython}`
144142
changedir = doc/en
145-
basepython = python3
146143
passenv =
147144
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST
148145
deps =
@@ -195,7 +192,6 @@ commands =
195192

196193
[testenv:release]
197194
description = do a release, required posarg of the version number
198-
basepython = python3
199195
usedevelop = True
200196
passenv = *
201197
deps =
@@ -213,7 +209,6 @@ commands = python scripts/prepare-release-pr.py {posargs}
213209

214210
[testenv:generate-gh-release-notes]
215211
description = generate release notes that can be published as GitHub Release
216-
basepython = python3
217212
usedevelop = True
218213
deps =
219214
pypandoc

0 commit comments

Comments
 (0)