Administrator/tox.ini
Ethanell c9b83df928
All checks were successful
Build / SonarQube (push) Successful in 24s
Build / Tests (push) Successful in 1m36s
Build / Deploy (push) Successful in 1m15s
CI Add tests and package deploy
2024-02-19 20:44:34 +01:00

16 lines
256 B
INI

[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