Skip to content

Commit f1d7da3

Browse files
committed
More tox fun
1 parent fbae499 commit f1d7da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://tox.readthedocs.io/en/latest/example/basic.html#compressing-dependency-matrix
22
[tox]
3-
envlist = py{36,37,38,39}-graphene{30}-pydantic{1}
3+
envlist = graphene{30}-pydantic{1}
44
isolated_build = true
55

66
[testenv]
@@ -17,4 +17,4 @@ commands =
1717
python =
1818
3.7: py37
1919
3.8: py38, mypy
20-
3.8: py39
20+
3.9: py39

0 commit comments

Comments
 (0)