moved hid to kvmd

This commit is contained in:
Devaev Maxim
2018-09-26 02:20:58 +03:00
parent 940989b6e9
commit 089bac2bcd
10 changed files with 12 additions and 9 deletions

View File

@@ -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