Files
django-deploy/tox.ini
Jens Kleineheismann 8e86233431
All checks were successful
buildbot/tox Build done.
it works. but coverage is too low.
2019-11-07 17:01:53 +01:00

12 lines
243 B
INI

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