mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 02:51:53 +08:00
kvmd extra package
This commit is contained in:
@@ -6,26 +6,26 @@ skipsdist = True
|
||||
basepython = python3.6
|
||||
|
||||
[testenv:flake8]
|
||||
commands = flake8 kvmd wscli.py
|
||||
commands = flake8 kvmd
|
||||
deps =
|
||||
flake8
|
||||
flake8-double-quotes
|
||||
-rdev_requirements.txt
|
||||
|
||||
[testenv:pylint]
|
||||
commands = pylint --output-format=colorized --reports=no kvmd wscli.py
|
||||
commands = pylint --output-format=colorized --reports=no kvmd
|
||||
deps =
|
||||
pylint
|
||||
-rdev_requirements.txt
|
||||
|
||||
[testenv:mypy]
|
||||
commands = mypy kvmd wscli.py
|
||||
commands = mypy kvmd
|
||||
deps =
|
||||
mypy
|
||||
-rdev_requirements.txt
|
||||
|
||||
[testenv:vulture]
|
||||
commands = vulture kvmd wscli.py
|
||||
commands = vulture kvmd
|
||||
deps =
|
||||
vulture
|
||||
-rdev_requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user