drop pymongo 2.x support in update

This commit is contained in:
Erdenezul Batmunkh 2018-05-20 12:43:24 +08:00
parent 0da8fb379d
commit fd02d77c59

View File

@ -19,8 +19,6 @@ python:
- pypy
env:
- MONGODB=2.6 PYMONGO=2.7
- MONGODB=2.6 PYMONGO=2.8
- MONGODB=2.6 PYMONGO=3.x
matrix:
@ -28,14 +26,10 @@ matrix:
fast_finish: true
include:
- python: 2.7
env: MONGODB=2.4 PYMONGO=2.7
- python: 2.7
env: MONGODB=2.4 PYMONGO=3.5
- python: 2.7
env: MONGODB=3.0 PYMONGO=3.x
- python: 3.5
env: MONGODB=2.4 PYMONGO=2.7
- python: 3.5
env: MONGODB=2.4 PYMONGO=3.5
- python: 3.5