Skip to content

Commit c2a3174

Browse files
committed
test compatibility with PyMongo 3.7
1 parent ec519df commit c2a3174

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
@@ -2,7 +2,7 @@
22

33
; keep the pymongo list in sync with what's in .travis.yaml
44
envlist=
5-
pymongo{30,31,32,33,34,35,36}-mongo{32,34,36}-flask{0_11,0_12,10}, style
5+
pymongo{30,31,32,33,34,35,36,37}-mongo{32,34,36}-flask{0_11,0_12,10}, style
66

77
[testenv]
88
docker =
@@ -20,6 +20,7 @@ deps =
2020
pymongo34: pymongo>=3.4,<3.5
2121
pymongo35: pymongo>=3.5,<3.6
2222
pymongo36: pymongo>=3.6,<3.7
23+
pymongo36: pymongo>=3.7,<3.8
2324

2425
flask0_11: flask>=0.11,<0.12
2526
flask0_12: flask>=0.12,<1.0

0 commit comments

Comments
 (0)