summaryrefslogtreecommitdiff
path: root/kvmd/tox.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-06-28 05:24:09 +0300
committerDevaev Maxim <[email protected]>2018-06-28 05:24:09 +0300
commit0a3ab57639c403fc50eacdc0bb9ad59ee5942c58 (patch)
treec8d9ee8c4c656de336a5ce9ee51fadccd8ae7c9b /kvmd/tox.ini
parentab87784b75d6e51704f4314d7354e0051be8cd24 (diff)
kvmd extra package
Diffstat (limited to 'kvmd/tox.ini')
-rw-r--r--kvmd/tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/tox.ini b/kvmd/tox.ini
index 69ab7011..d627345f 100644
--- a/kvmd/tox.ini
+++ b/kvmd/tox.ini
@@ -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