Skip to content

Commit

Permalink
Explicitly define python version for each env.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilStenstrom committed Jul 12, 2024
1 parent f7bd2cf commit 350cf8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ package = wheel
wheel_build_env = .pkg
deps = pytest
commands = python -m pytest {posargs}
basepython =
py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9
py310: python3.10
coverage: python3.10
flake8: python3.10
isort: python3.10
mypy: python3.10

[testenv:flake8]
# Note: Settings for flake8 exists in the pyproject.toml file
Expand Down

0 comments on commit 350cf8c

Please sign in to comment.