Fix the right line

This commit is contained in:
Diego Hurtado
2023-07-18 19:23:21 +02:00
parent 7d0b5ac33b
commit 19260e4176

View File

@ -493,7 +493,7 @@ commands =
sphinx-build -E -a -W -b html -T . _build/html
[testenv:spellcheck]
basepython: python3.9
basepython: python3.10
recreate = True
deps =
codespell
@ -502,7 +502,7 @@ commands =
codespell
[testenv:lint]
basepython: python3.10
basepython: python3.9
recreate = False
deps =
-c dev-requirements.txt