mirror of
https://github.com/python/peps.git
synced 2026-01-11 15:28:02 -05:00
15 lines
221 B
INI
15 lines
221 B
INI
[tox]
|
|
requires =
|
|
tox>=4.2
|
|
env_list =
|
|
py{314, 313, 312, 311, 310}
|
|
no_package = true
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
pass_env =
|
|
FORCE_COLOR
|
|
commands =
|
|
python -bb -X dev -W error -m pytest {posargs}
|