pylint is broken again

This commit is contained in:
Devaev Maxim 2019-10-12 00:00:59 +03:00
parent 35a40614e5
commit f5075fba40

View File

@ -17,7 +17,8 @@ deps =
[testenv:pylint]
whitelist_externals = bash
commands = bash -c 'pylint --rcfile=testenv/linters/pylint.ini --output-format=colorized --reports=no kvmd testenv/tests *.py'
commands = bash -c 'pylint --rcfile=testenv/linters/pylint.ini --output-format=colorized --reports=no kvmd testenv/tests genmap.py'
# TODO: return setup.py back. Now pylint is broken. Again.
deps =
pylint
pytest