pymongo v2.7 doesn't support MongoDB v3.0
This commit is contained in:
parent
5992fdd408
commit
39586e83cd
@ -2,8 +2,9 @@
|
|||||||
# PyMongo combinations. However, that would result in an overly long build
|
# PyMongo combinations. However, that would result in an overly long build
|
||||||
# with a very large number of jobs, hence we only test a subset of all the
|
# with a very large number of jobs, hence we only test a subset of all the
|
||||||
# combinations:
|
# combinations:
|
||||||
# * MongoDB v2.4 & v3.0 are only tested against Python v2.7 & v3.5, and
|
# * MongoDB v2.4 & v3.0 are only tested against Python v2.7 & v3.5.
|
||||||
# PyMongo v2.7 & v3.x.
|
# * MongoDB v2.4 is tested against PyMongo v2.7 & v3.x.
|
||||||
|
# * MongoDB v3.0 is tested against PyMongo v3.x.
|
||||||
# * MongoDB v2.6 is currently the "main" version tested against Python v2.7,
|
# * MongoDB v2.6 is currently the "main" version tested against Python v2.7,
|
||||||
# v3.5, PyPy & PyPy3, and PyMongo v2.7, v2.8 & v3.x.
|
# v3.5, PyPy & PyPy3, and PyMongo v2.7, v2.8 & v3.x.
|
||||||
|
|
||||||
@ -37,8 +38,6 @@ matrix:
|
|||||||
env: MONGODB=2.4 PYMONGO=2.7
|
env: MONGODB=2.4 PYMONGO=2.7
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: MONGODB=2.4 PYMONGO=3.0
|
env: MONGODB=2.4 PYMONGO=3.0
|
||||||
- python: 3.5
|
|
||||||
env: MONGODB=3.0 PYMONGO=2.7
|
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: MONGODB=3.0 PYMONGO=3.0
|
env: MONGODB=3.0 PYMONGO=3.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user