This commit is contained in:
Maxim Devaev 2021-09-20 02:52:10 +03:00
parent cfa7aca2bf
commit e38c65f181

View File

@ -19,6 +19,7 @@ deps =
whitelist_externals = bash
commands = bash -c 'pylint -j2 --rcfile=testenv/linters/pylint.ini --output-format=colorized --reports=no kvmd testenv/tests *.py'
deps =
astroid==2.7.3
pylint
pytest
pytest-asyncio