mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-22 22:09:57 +03:00
Update tox.ini
This commit is contained in:
parent
fcb4dde338
commit
d8dfeae7fe
6
tox.ini
6
tox.ini
|
@ -11,7 +11,7 @@ commands =
|
||||||
py{36,37,38,39,310}: pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs}
|
py{36,37,38,39,310}: pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs}
|
||||||
|
|
||||||
[testenv:pre-commit]
|
[testenv:pre-commit]
|
||||||
basepython = python3.9
|
basepython = python3.10
|
||||||
deps =
|
deps =
|
||||||
pre-commit>=2.16,<3
|
pre-commit>=2.16,<3
|
||||||
setenv =
|
setenv =
|
||||||
|
@ -20,14 +20,14 @@ commands =
|
||||||
pre-commit run --all-files --show-diff-on-failure
|
pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
basepython = python3.9
|
basepython = python3.10
|
||||||
deps =
|
deps =
|
||||||
mypy>=0.950,<1
|
mypy>=0.950,<1
|
||||||
commands =
|
commands =
|
||||||
mypy graphene
|
mypy graphene
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython = python3.9
|
basepython = python3.10
|
||||||
deps =
|
deps =
|
||||||
flake8>=4,<5
|
flake8>=4,<5
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user