mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 06:03:21 +08:00
Fix the right line
This commit is contained in:
4
tox.ini
4
tox.ini
@ -493,7 +493,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
|
||||||
@ -502,7 +502,7 @@ commands =
|
|||||||
codespell
|
codespell
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
basepython: python3.10
|
basepython: python3.9
|
||||||
recreate = False
|
recreate = False
|
||||||
deps =
|
deps =
|
||||||
-c dev-requirements.txt
|
-c dev-requirements.txt
|
||||||
|
Reference in New Issue
Block a user