mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-05 22:22:45 +00:00
21 lines
361 B
INI
21 lines
361 B
INI
[tox]
|
|
envlist = py{38,39,310,311,312}
|
|
skipsdist = {env:TOXBUILD:false}
|
|
|
|
[gh-actions]
|
|
python =
|
|
3.8: py38
|
|
3.9: py39
|
|
3.10: py310
|
|
3.11: py311
|
|
3.12: py312
|
|
|
|
[testenv]
|
|
deps= -rrequirements-test.txt
|
|
passenv = PYENV_VERSION
|
|
commands=
|
|
{env:TOXBUILD:pytest} --basetemp={envtmpdir} test {posargs}
|
|
|
|
[pytest]
|
|
addopts = -x -v --full-suite --no-rebuild
|