python == 3.8

This commit is contained in:
Devaev Maxim
2019-11-14 23:54:19 +03:00
parent 3271f2d46f
commit 97678bba80
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[mypy]
python_version = 3.7
python_version = 3.8
ignore_missing_imports = true
disallow_untyped_defs = true
strict_optional = true

View File

@@ -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