Skip to content

Commit 2926c7c

Browse files
committed
Add more tox factors for Python 3.8 and SQLAlchemy 1.4
1 parent a0cb208 commit 2926c7c

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,5 +1,5 @@
11
[tox]
2-
envlist = pre-commit,py{27,35,36,37}-sql{11,12,13}
2+
envlist = pre-commit,py{36,37,38}-sql{11,12,13,14}
33
skipsdist = true
44
minversion = 3.7.0
55

@@ -9,6 +9,7 @@ deps =
99
sql11: sqlalchemy>=1.1,<1.2
1010
sql12: sqlalchemy>=1.2,<1.3
1111
sql13: sqlalchemy>=1.3,<1.4
12+
sql14: sqlalchemy>=1.4,<1.5
1213
commands =
1314
pytest {posargs:graphene_sqlalchemy --cov=graphene_sqlalchemy}
1415

0 commit comments

Comments
 (0)