Skip to content

Commit 3145543

Browse files
authored
Update tox.ini
1 parent 7960b02 commit 3145543

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands =
1111
py{36,37,38}: pytest --cov=graphene graphene examples {posargs}
1212

1313
[testenv:pre-commit]
14-
basepython=python3.7
14+
basepython=python3.8
1515
deps =
1616
pre-commit>=2,<3
1717
setenv =
@@ -20,16 +20,16 @@ commands =
2020
pre-commit {posargs:run --all-files}
2121

2222
[testenv:mypy]
23-
basepython=python3.7
23+
basepython=python3.8
2424
deps =
2525
mypy>=0.761,<1
2626
commands =
2727
mypy graphene
2828

2929
[testenv:flake8]
30-
basepython=python3.7
30+
basepython=python3.8
3131
deps =
32-
flake8>=3.7,<4
32+
flake8>=3.8,<4
3333
commands =
3434
pip install --pre -e .
3535
flake8 graphene

0 commit comments

Comments
 (0)