Skip to content

Commit ff3436b

Browse files
committed
test with mongodb 4.1
1 parent 0128e8d commit ff3436b

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,14 +2,15 @@
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,37}-mongo{32,34,36,40}-flask{0_11,0_12,10}, style
5+
pymongo{30,31,32,33,34,35,36,37}-mongo{32,34,36,40,41}-flask{0_11,0_12,10}, style
66

77
[testenv]
88
docker =
99
mongo32: mongo:3.2
1010
mongo34: mongo:3.4
1111
mongo36: mongo:3.6
1212
mongo40: mongo:4.0
13+
mongo41: mongo:4.1
1314

1415
deps =
1516
pytest

0 commit comments

Comments
 (0)