Administrator/tox.ini
Florian Charlaix a821ba4668
Some checks failed
Build / SonarQube (push) Failing after 25s
Build / Tests (push) Successful in 48s
Build / Deploy (push) Has been skipped
CI Add tests and package deploy
2024-02-19 20:30:49 +01:00

15 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