pymongo v2.7 doesn't support MongoDB v3.0

This commit is contained in:
Stefan Wojcik 2017-02-26 03:13:58 -05:00
parent 70871f671a
commit 5a1fdadf8b

View File

@ -30,8 +30,6 @@ matrix:
env: MONGODB=2.4 PYMONGO=2.7
- python: 2.7
env: MONGODB=2.4 PYMONGO=3.0
- python: 2.7
env: MONGODB=3.0 PYMONGO=2.7
- python: 2.7
env: MONGODB=3.0 PYMONGO=3.0
- python: 3.5