mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-04-07 00:20:17 +00:00
17 lines
240 B
INI
17 lines
240 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 =
|
|
pytest {tty:--color=yes} {posargs}
|