usefull stuff for kvmd

This commit is contained in:
Devaev Maxim
2018-06-27 23:24:50 +03:00
parent 4804aa53b5
commit 3fefb0d519
5 changed files with 77 additions and 22 deletions

View File

@@ -6,26 +6,26 @@ skipsdist = True
basepython = python3.6
[testenv:flake8]
commands = flake8 kvmd
commands = flake8 kvmd wscli.py
deps =
flake8
flake8-double-quotes
-rdev_requirements.txt
[testenv:pylint]
commands = pylint --output-format=colorized --reports=no kvmd
commands = pylint --output-format=colorized --reports=no kvmd wscli.py
deps =
pylint
-rdev_requirements.txt
[testenv:mypy]
commands = mypy kvmd
commands = mypy kvmd wscli.py
deps =
mypy
-rdev_requirements.txt
[testenv:vulture]
commands = vulture kvmd
commands = vulture kvmd wscli.py
deps =
vulture
-rdev_requirements.txt