From 39586e83cdc177d574f9eec2ee5e69a09869c591 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Sat, 25 Feb 2017 22:11:15 -0500 Subject: [PATCH] pymongo v2.7 doesn't support MongoDB v3.0 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00da80a8..6821d839 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ # 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 # combinations: -# * MongoDB v2.4 & v3.0 are only tested against Python v2.7 & v3.5, and -# PyMongo v2.7 & v3.x. +# * MongoDB v2.4 & v3.0 are only tested against Python v2.7 & v3.5. +# * 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, # v3.5, PyPy & PyPy3, and PyMongo v2.7, v2.8 & v3.x. @@ -37,8 +38,6 @@ matrix: env: MONGODB=2.4 PYMONGO=2.7 - python: 3.5 env: MONGODB=2.4 PYMONGO=3.0 - - python: 3.5 - env: MONGODB=3.0 PYMONGO=2.7 - python: 3.5 env: MONGODB=3.0 PYMONGO=3.0