Files
django-dav-events/tox.ini
heinzel 811983abfe
All checks were successful
buildbot/django-dav-events--test Build done.
Make tox work with python 3.11
2023-05-24 09:47:38 +02:00

11 lines
188 B
INI

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