kvmd extra package

This commit is contained in:
Devaev Maxim
2018-06-28 05:24:09 +03:00
parent ab87784b75
commit 0a3ab57639
5 changed files with 28 additions and 17 deletions

View File

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