arcaea-offline/tox.ini
2024-08-06 12:33:32 +08:00

17 lines
250 B
INI

[tox]
env_list =
py311
py310
py39
py38
minversion = 4.11.3
[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
deps =
pytest==7.4.3
commands =
python -m pytest {tty:--color=yes} {posargs}