Skip to content

Commit

Permalink
Add Hatch script for local Python matrix tests (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan authored Aug 5, 2024
1 parent 9844535 commit a412853
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ dependencies = [
all = "pytest . {args} --doctest-modules"
cov = "pytest . --cov=src/sknnr_spatial {args} --doctest-modules"

[tool.hatch.envs.test_matrix]
template = "test"

[[tool.hatch.envs.test_matrix.matrix]]
python = ["3.9", "3.10", "3.11", "3.12"]

[tool.hatch.envs.docs]
dependencies = [
"mkdocs",
Expand Down

0 comments on commit a412853

Please sign in to comment.