Files
django-deploy/tox.ini
heinzel c4eff35ea5
All checks were successful
buildbot/tox Build done.
UPD: Improved metadata and documentation.
2019-11-17 14:01:09 +01:00

13 lines
255 B
INI

[tox]
envlist = py3,py2
[testenv]
deps = coverage
py2: pylint-django<2
py3: pylint-django
pytest
mock
commands = coverage run -m pytest
coverage report --skip-covered --fail-under=98
pylint django_deploy