UPD: made pylint happy again
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2021-10-19 11:17:24 +02:00
parent d0ee8e53d5
commit ef98d51e8c
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
[tox]
envlist = py3-django3,py3-django2
#envlist = py3-django3,py3-django2
envlist = py3-django3
[testenv]
deps = coverage
@@ -12,3 +13,4 @@ deps = coverage
commands = coverage run -m pytest
coverage report --skip-covered --fail-under=98
pylint django_deploy