parent
1c27b775f2
commit
a5651bc646
6
tox.ini
6
tox.ini
|
|
@ -456,7 +456,7 @@ commands =
|
||||||
sphinx-build -E -a -W -b html -T . _build/html
|
sphinx-build -E -a -W -b html -T . _build/html
|
||||||
|
|
||||||
[testenv:spellcheck]
|
[testenv:spellcheck]
|
||||||
basepython: python3.9
|
basepython: python3.10
|
||||||
recreate = True
|
recreate = True
|
||||||
deps =
|
deps =
|
||||||
codespell
|
codespell
|
||||||
|
|
@ -465,7 +465,7 @@ commands =
|
||||||
codespell
|
codespell
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
basepython: python3.9
|
basepython: python3.10
|
||||||
recreate = False
|
recreate = False
|
||||||
deps =
|
deps =
|
||||||
-c dev-requirements.txt
|
-c dev-requirements.txt
|
||||||
|
|
@ -537,7 +537,7 @@ commands =
|
||||||
python scripts/eachdist.py lint --check-only
|
python scripts/eachdist.py lint --check-only
|
||||||
|
|
||||||
[testenv:docker-tests]
|
[testenv:docker-tests]
|
||||||
basepython: python3.9
|
basepython: python3.10
|
||||||
deps =
|
deps =
|
||||||
pip >= 20.3.3
|
pip >= 20.3.3
|
||||||
pytest
|
pytest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue