Update tox.ini

This commit is contained in:
Christian Clauss 2022-08-22 00:34:27 +02:00 committed by GitHub
parent fcb4dde338
commit d8dfeae7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ commands =
py{36,37,38,39,310}: pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs}
[testenv:pre-commit]
basepython = python3.9
basepython = python3.10
deps =
pre-commit>=2.16,<3
setenv =
@ -20,14 +20,14 @@ commands =
pre-commit run --all-files --show-diff-on-failure
[testenv:mypy]
basepython = python3.9
basepython = python3.10
deps =
mypy>=0.950,<1
commands =
mypy graphene
[testenv:flake8]
basepython = python3.9
basepython = python3.10
deps =
flake8>=4,<5
commands =