summaryrefslogtreecommitdiff
path: root/kvmd/tox.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-08-17 23:09:30 +0300
committerDevaev Maxim <[email protected]>2018-08-17 23:09:30 +0300
commit765a86c47b6e8f1eb019b95cd94b7695e952c8e5 (patch)
tree83ab038388d0b2bc5b443fa506aa64c60cc23b79 /kvmd/tox.ini
parent992abfe2d8ccf21fb97503e22b8cc0c1c5c299a1 (diff)
supported python 3.7
Diffstat (limited to 'kvmd/tox.ini')
-rw-r--r--kvmd/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/tox.ini b/kvmd/tox.ini
index f7145ed3..a22805d0 100644
--- a/kvmd/tox.ini
+++ b/kvmd/tox.ini
@@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, eslint, htmlhint
skipsdist = True
[testenv]
-basepython = python3.6
+basepython = python3.7
[testenv:flake8]
commands = flake8 kvmd