16 lines
282 B
INI
16 lines
282 B
INI
# This file can be used to customize tox tests as well as other test frameworks like flake8 and mypy
|
|
|
|
[tox]
|
|
envlist = py3{9,10,11,12,13}
|
|
minversion = 4.22
|
|
requires =
|
|
tox>=4.22
|
|
|
|
[testenv]
|
|
pass_env =
|
|
TAP_PERSONIO_*
|
|
dependency_groups =
|
|
test
|
|
commands =
|
|
pytest {posargs}
|