This commit is contained in:
@@ -27,3 +27,11 @@ description = Report test coverage
|
|||||||
deps = {[testenv:fresh]deps}
|
deps = {[testenv:fresh]deps}
|
||||||
commands = python -m coverage report --skip-covered
|
commands = python -m coverage report --skip-covered
|
||||||
|
|
||||||
|
[testenv:lint]
|
||||||
|
description = Run pylint
|
||||||
|
deps = {[testenv]deps}
|
||||||
|
pylint-django
|
||||||
|
commands_pre = {[testenv]commands_pre}
|
||||||
|
python -m pylint --version
|
||||||
|
commands = python -m pylint --fail-under=8 --django-settings-module='tests.settings' dav_*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user