Files
django-dav-events/tox.ini
Jens Kleineheismann fd14702e4f
Some checks failed
Run tests / Run make test (push) Failing after 2m2s
Tests are broken
2024-03-14 16:45:37 +01:00

11 lines
188 B
INI

[tox]
envlist = py312
[testenv]
recreate = false
setenv =
PYTHONPATH = .
commands = python --version
python -m coverage run tests
coverage report --skip-covered