Bump to python 3.7

This commit is contained in:
Jonathan Kim 2019-06-14 12:22:44 +01:00
parent d5251f899a
commit 8aed0b8416

View File

@ -14,7 +14,7 @@ commands =
py{36,37}: py.test --cov=graphene graphene examples tests_asyncio tests_py36 {posargs}
[testenv:pre-commit]
basepython=python3.6
basepython=python3.7
deps =
pre-commit>0.12.0
setenv =
@ -23,7 +23,7 @@ commands =
pre-commit {posargs:run --all-files}
[testenv:mypy]
basepython=python3.6
basepython=python3.7
deps =
mypy
commands =