[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}