Skip to content

Commit

Permalink
test with mongodb 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrosta committed Jun 28, 2018
1 parent f1bbd5a commit 5235b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

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

[testenv]
docker =
mongo32: mongo:3.2
mongo34: mongo:3.4
mongo36: mongo:3.6
mongo40: mongo:4.0

deps =
pytest
Expand Down

0 comments on commit 5235b8c

Please sign in to comment.