diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/linters/mypy.ini | 2 | ||||
-rw-r--r-- | testenv/tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testenv/linters/mypy.ini b/testenv/linters/mypy.ini index 20e0d3a9..a48e58e7 100644 --- a/testenv/linters/mypy.ini +++ b/testenv/linters/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.7 +python_version = 3.8 ignore_missing_imports = true disallow_untyped_defs = true strict_optional = true 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 |