We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7960b02 commit 3145543Copy full SHA for 3145543
tox.ini
@@ -11,7 +11,7 @@ commands =
11
py{36,37,38}: pytest --cov=graphene graphene examples {posargs}
12
13
[testenv:pre-commit]
14
-basepython=python3.7
+basepython=python3.8
15
deps =
16
pre-commit>=2,<3
17
setenv =
@@ -20,16 +20,16 @@ commands =
20
pre-commit {posargs:run --all-files}
21
22
[testenv:mypy]
23
24
25
mypy>=0.761,<1
26
commands =
27
mypy graphene
28
29
[testenv:flake8]
30
31
32
- flake8>=3.7,<4
+ flake8>=3.8,<4
33
34
pip install --pre -e .
35
flake8 graphene
0 commit comments