23 lines
329 B
INI
23 lines
329 B
INI
[tox]
|
|
env_list = py{38,39,310,311,312}
|
|
isolated_build = True
|
|
passenv = *
|
|
setenv =
|
|
PDM_IGNORE_SAVED_PYTHON="1"
|
|
|
|
[gh-actions]
|
|
python =
|
|
3.8: py38
|
|
3.9: py39
|
|
3.10: py310
|
|
3.11: py311
|
|
3.12: py312
|
|
|
|
[testenv]
|
|
allowlist_externals =
|
|
pdm
|
|
commands =
|
|
pdm install --dev -G :all
|
|
pdm run lint
|
|
pdm run test
|