mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
moved hid to kvmd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user