All checks were successful
buildbot/tox Build done.
We do things differently now :)
12 lines
243 B
INI
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
|