supported python 3.7

This commit is contained in:
Devaev Maxim 2018-08-17 23:09:30 +03:00
parent 992abfe2d8
commit 765a86c47b
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[mypy] [mypy]
python_version = 3.6 python_version = 3.7
ignore_missing_imports = True ignore_missing_imports = True
disallow_untyped_defs = True disallow_untyped_defs = True
strict_optional = True strict_optional = True

View File

@ -44,6 +44,7 @@ def main() -> None:
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: System :: Systems Administration", "Topic :: System :: Systems Administration",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Intended Audience :: System Administrators", "Intended Audience :: System Administrators",

View File

@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, eslint, htmlhint
skipsdist = True skipsdist = True
[testenv] [testenv]
basepython = python3.6 basepython = python3.7
[testenv:flake8] [testenv:flake8]
commands = flake8 kvmd commands = flake8 kvmd