Skip to content

Commit da808f9

Browse files
committed
fix CI python interpreter
1 parent 35d9aef commit da808f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,16 @@ parallel_show_output = True
4747

4848
[testenv:lint]
4949
description = check the code style
50-
basepython = python3.10
5150
commands = flake8 {posargs}
5251

5352
[testenv:type]
5453
description = type check ourselves
55-
basepython = python3.10
5654
commands =
5755
python -m mypy --config-file mypy_self_check.ini -p mypy -p mypyc
5856
python -m mypy --config-file mypy_self_check.ini misc/proper_plugin.py
5957

6058
[testenv:docs]
6159
description = invoke sphinx-build to build the HTML docs
62-
basepython = python3.10
6360
deps = -rdocs/requirements-docs.txt
6461
commands =
6562
sphinx-build -d "{toxworkdir}/docs_doctree" docs/source "{toxworkdir}/docs_out" --color -W -bhtml {posargs}

0 commit comments

Comments
 (0)