11 lines
187 B
INI
11 lines
187 B
INI
[tox]
|
|
envlist = py3,py2
|
|
|
|
[testenv]
|
|
deps = coverage
|
|
pylint
|
|
pytest
|
|
commands = coverage run -m pytest
|
|
coverage report --skip-covered
|
|
pylint django_deploy
|