Files
django-deploy/tox.ini
Jens Kleineheismann c3c0b66ff4
All checks were successful
buildbot/tox Build done.
Close #1
We do things differently now :)
2019-11-14 17:36:23 +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=98
pylint django_deploy