diff options
author | Devaev Maxim <[email protected]> | 2019-10-12 00:00:59 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-12 00:00:59 +0300 |
commit | f5075fba40176d649afe64d9f6e3ae7a36e9d58b (patch) | |
tree | ee575e8b5ad2bf5646b4b8cdd9b865484d8cfc2b /testenv/tox.ini | |
parent | 35a40614e5be2e57f29e930ad31ee41a36d8bb03 (diff) |
pylint is broken again
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r-- | testenv/tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini index 4baf7548..63f417be 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -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 |