Skip to content

Commit

Permalink
Add Hatch script for local Python matrix tests (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan authored Aug 6, 2024
1 parent 85fe830 commit 7d88003
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 @@ -38,6 +38,12 @@ dependencies = ["pytest", "pytest-cov", "pandas"]
all = "pytest . {args} --doctest-modules"
coverage = "pytest . --cov=src/sknnr {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", "mkdocs-material", "mkdocstrings[python]"]

Expand Down

0 comments on commit 7d88003

Please sign in to comment.