mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Bump to python 3.7
This commit is contained in:
parent
d5251f899a
commit
8aed0b8416
4
tox.ini
4
tox.ini
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue
Block a user