blob: 99be7c2fc517b42c074c3b2f3bca04996ca38218 [file] [edit]
[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}