Skip to content

Commit c15c39c

Browse files
committed
Attempt to add graphene v3 to tox
1 parent b680e46 commit c15c39c

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,11 +1,12 @@
11
# https://tox.readthedocs.io/en/latest/example/basic.html#compressing-dependency-matrix
22
[tox]
3-
envlist = py{36,37,38}-graphene{20,21}-pydantic{1}
3+
envlist = py{36,37,38}-graphene{20,21,30}-pydantic{1}
44
isolated_build = true
55

66
[testenv]
77
whitelist_externals = poetry
88
deps =
9+
graphene30: graphene>=3.0b5
910
graphene20: graphene>=2.0,<2.1
1011
graphene21: graphene>=2.1,<3.0
1112
pydantic1: pydantic>=1.0,<2.0

0 commit comments

Comments
 (0)