24 lines
352 B
INI
24 lines
352 B
INI
[tox]
|
|
env_list = py{39,310,311,312,313,314}
|
|
isolated_build = True
|
|
passenv = *
|
|
setenv =
|
|
PDM_IGNORE_SAVED_PYTHON="1"
|
|
|
|
[gh-actions]
|
|
python =
|
|
3.9: py39
|
|
3.10: py310
|
|
3.11: py311
|
|
3.12: py312
|
|
3.13: py313
|
|
3.14: py314
|
|
|
|
[testenv]
|
|
allowlist_externals =
|
|
pdm
|
|
commands =
|
|
pdm install --dev -G :all
|
|
pdm run lint
|
|
pdm run test
|