Administrator/tox.ini
Florian Charlaix 8540587552
Some checks failed
Build / SonarQube (push) Successful in 26s
Build / Tests (push) Successful in 53s
Build / Deploy (push) Failing after 3m11s
CI Add tests and package deploy
2024-02-19 20:36:46 +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