Fix travis tests with mongodb 2.4 & pymongo 3

This commit is contained in:
Emmanuel Leblond
2017-12-22 13:23:03 +01:00
parent b5a3b6f86a
commit 12b846586c
2 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py35,pypy,pypy3}-{mg27,mg28,mg30}
envlist = {py27,py35,pypy,pypy3}-{mg27,mg28,mg35,mg3x}
[testenv]
commands =
@@ -8,6 +8,7 @@ deps =
nose
mg27: PyMongo<2.8
mg28: PyMongo>=2.8,<2.9
mg30: PyMongo>=3.0
mg35: PyMongo==3.5
mg3x: PyMongo>=3.0
setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs