[setup] Fix configuration for tox and update minimum python version.

This commit is contained in:
Mikaël Capelle 2019-12-03 09:51:36 +00:00
parent a68934cdd2
commit 9d78547029
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ ignore_missing_imports = True
[mypy-IPython.*]
ignore_missing_imports = True
[tox]
envlist = py35,py36,py37,py36-lint
[tox:tox]
envlist = py36,py37,py36-lint
[testenv]
deps =

View File

@ -26,5 +26,5 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.5",
python_requires=">=3.6",
)