upgrade pymongo and mongodb versions used in CI

This commit is contained in:
Bastien Gérard
2020-10-07 20:36:50 +02:00
parent 1f2a5db016
commit 0d289fd5a1
2 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = {py35,pypy3}-{mg34,mg36,mg39,mg310}
envlist = {py35,pypy3}-{mg34,mg36,mg39,mg311}
[testenv]
commands =
@@ -8,6 +8,6 @@ deps =
mg34: pymongo>=3.4,<3.5
mg36: pymongo>=3.6,<3.7
mg39: pymongo>=3.9,<3.10
mg310: pymongo>=3.10,<3.11
mg311: pymongo>=3.11,<3.12
setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs