summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-12-02 14:37:48 +0300
committerDevaev Maxim <[email protected]>2020-12-02 14:37:48 +0300
commit2b064a3bee87a13930e1212b583278ff2a8117db (patch)
tree13aec1649cdda610c3e293386a41698eaaa3ff00 /testenv/tox.ini
parent9dbf7f1d0ba5639ec5a4a699213660d72a3ba1c4 (diff)
basic python 3.9 support
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 2da66b1d..ba50e422 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.8
+basepython = python3.9
sitepackages = true
changedir = /src