Skip to content

Commit 8782193

Browse files
committed
expand Tox test coverage
1 parent 6fd5b9b commit 8782193

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
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}-graphene{30}-pydantic{1}
3+
envlist = py{36,37,38,39}-graphene{30}-pydantic{1}
44
isolated_build = true
55

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

0 commit comments

Comments
 (0)