A Prometheus Nextcloud exporter
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[tox]
|
|
env_list =
|
|
py39
|
|
py310
|
|
minversion = 4.4.7
|
|
|
|
[testenv]
|
|
description = run the tests with pytest
|
|
package = wheel
|
|
wheel_build_env = .pkg
|
|
deps =
|
|
pytest>=6
|
|
commands =
|
|
pytest {tty:--color=yes} {posargs}
|
|
|