Files
django-dav-events/tox.ini
heinzel 8610e2a557
All checks were successful
buildbot/tox Build done.
BIG UPD: migrate to python 3.10 and django 3.2
2022-06-07 16:07:08 +02:00

8 lines
155 B
INI

[tox]
envlist = py3
[testenv]
commands = python --version
python -m coverage run tests/test_suite.py
coverage report --skip-covered