summaryrefslogtreecommitdiff
path: root/kvmd/tox.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-09-26 02:20:58 +0300
committerDevaev Maxim <[email protected]>2018-09-26 02:20:58 +0300
commit089bac2bcd1e49ba77aacd6853ef93e03a051b96 (patch)
tree0d3082726e8bef2c39ec66cb83bf05a54e945ffe /kvmd/tox.ini
parent940989b6e9a3fe31bd236e4bed96e1d4778a403b (diff)
moved hid to kvmd
Diffstat (limited to 'kvmd/tox.ini')
-rw-r--r--kvmd/tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/tox.ini b/kvmd/tox.ini
index a22805d0..b99660fb 100644
--- a/kvmd/tox.ini
+++ b/kvmd/tox.ini
@@ -6,26 +6,26 @@ skipsdist = True
basepython = python3.7
[testenv:flake8]
-commands = flake8 kvmd
+commands = flake8 kvmd genmap.py
deps =
flake8
flake8-double-quotes
-rtestenv/requirements.txt
[testenv:pylint]
-commands = pylint --output-format=colorized --reports=no kvmd
+commands = pylint --output-format=colorized --reports=no kvmd genmap.py
deps =
pylint
-rtestenv/requirements.txt
[testenv:mypy]
-commands = mypy kvmd
+commands = mypy kvmd genmap.py
deps =
mypy
-rtestenv/requirements.txt
[testenv:vulture]
-commands = vulture kvmd vulture-wl.py
+commands = vulture kvmd genmap.py vulture-wl.py
deps =
vulture
-rtestenv/requirements.txt