1
0
mirror of synced 2025-12-19 09:37:52 -05:00
Files
fonts/lang/tox.ini

14 lines
232 B
INI

[tox]
env_list = py3{8,9,10,11,12,13}
minversion = 4.23.2
[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
deps =
pytest>=6
extras = dev
commands =
pytest {tty:--color=yes} {posargs}