summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-11-14 23:54:19 +0300
committerDevaev Maxim <[email protected]>2019-11-14 23:54:19 +0300
commit97678bba80923ae80f2ed0794e7b77b1a08c2d59 (patch)
tree187836a8c76f0bf33fe046a3fa7661e9bf392d50 /testenv/tox.ini
parent3271f2d46fd08617ec9418ab9227084762e685e0 (diff)
python == 3.8
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r--testenv/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini
index ab46fbb8..c6824180 100644
--- a/testenv/tox.ini
+++ b/testenv/tox.ini
@@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint
skipsdist = true
[testenv]
-basepython = python3.7
+basepython = python3.8
sitepackages = true
changedir = /src