Skip to content

Commit

Permalink
add python testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Jun 14, 2024
1 parent 81a1159 commit 641d298
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ dependencies = [
"pytest-examples == 0.0.10"
]

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

[tool.hatch.envs.test.scripts]
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests"
run = "run-coverage --no-cov"
Expand Down

0 comments on commit 641d298

Please sign in to comment.