diff options
author | Devaev Maxim <[email protected]> | 2018-06-27 23:24:50 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-06-27 23:24:50 +0300 |
commit | 3fefb0d5191228081abd636ad9d0059bbae00c61 (patch) | |
tree | 09439d33a825346771e74d8882b71283f4fd7499 /kvmd/tox.ini | |
parent | 4804aa53b5f0954d02898ec44e595ea2e08ed9e6 (diff) |
usefull stuff for kvmd
Diffstat (limited to 'kvmd/tox.ini')
-rw-r--r-- | kvmd/tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/tox.ini b/kvmd/tox.ini index d627345f..69ab7011 100644 --- a/kvmd/tox.ini +++ b/kvmd/tox.ini @@ -6,26 +6,26 @@ skipsdist = True basepython = python3.6 [testenv:flake8] -commands = flake8 kvmd +commands = flake8 kvmd wscli.py deps = flake8 flake8-double-quotes -rdev_requirements.txt [testenv:pylint] -commands = pylint --output-format=colorized --reports=no kvmd +commands = pylint --output-format=colorized --reports=no kvmd wscli.py deps = pylint -rdev_requirements.txt [testenv:mypy] -commands = mypy kvmd +commands = mypy kvmd wscli.py deps = mypy -rdev_requirements.txt [testenv:vulture] -commands = vulture kvmd +commands = vulture kvmd wscli.py deps = vulture -rdev_requirements.txt |