Skip to content

Commit

Permalink
Remove basepython from testenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent 40f9b94 commit a47694b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ commands =
coverage report -m

[testenv:fmt]
basepython = python3.8
skip_install = true
deps =
autoflake
Expand All @@ -50,7 +49,6 @@ commands =
isort .

[testenv:lint]
basepython = python3.8
skip_install = true
deps =
codespell
Expand Down

0 comments on commit a47694b

Please sign in to comment.