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 May 4, 2023
1 parent 11803c5 commit 9f34f0e
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 @@ -14,7 +14,6 @@ commands =
pytest {posargs}

[testenv:build]
basepython = python3.8
deps =
twine
wheel
Expand Down Expand Up @@ -52,7 +51,6 @@ commands =
black setup.py test tcolorpy examples

[testenv:lint]
basepython = python3.8
skip_install = true
deps =
mypy>=1
Expand Down

0 comments on commit 9f34f0e

Please sign in to comment.