1
0
Fork 0

Add tox-gh-actions

This commit is contained in:
Maurizio Porrato 2023-08-18 18:55:18 +01:00
parent f0c9dde159
commit 2e451eff3f
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@ test = [
"pytest>=7.4.0",
"pytest-cov>=4.1.0",
"tox-pdm>=0.6.1",
"tox-gh-actions>=3.1.3",
]
lint = [
"black>=23.3.0",

View File

@ -2,6 +2,12 @@
envlist = py{39,310,311,py39}
isolated_build = True ; This is required for a pyproject.toml based project.
[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
[testenv]
groups = ; Dependency groups in pyproject.toml
dev