mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 21:23:55 +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
|
||||
|
||||
[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
|
||||
|
Reference in New Issue
Block a user