Files
django-dav-events/tox.ini

8 lines
153 B
INI

[tox]
envlist = py3,py2
[testenv]
commands = python --version
python -m coverage run setup.py test
coverage report --skip-covered