Administrator/tox.ini

16 lines
256 B
INI
Raw Normal View History

2024-02-19 20:21:31 +01:00
[tox]
env_list =
py311
minversion = 4.4.7
[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
deps =
pytest>=6
flake8
-r requirements.txt
commands =
pytest {tty:--color=yes} {posargs} administrator