add latest pymongo 3.9 as part of the CI

This commit is contained in:
Bastien Gérard
2019-10-04 21:30:32 +02:00
parent 02a920feea
commit e3cd553f82
4 changed files with 15 additions and 18 deletions

View File

@@ -32,10 +32,11 @@ env:
global:
- MONGODB_3_4=3.4.17
- MONGODB_3_6=3.6.12
- PYMONGO_3_9=3.9
- PYMONGO_3_6=3.6
- PYMONGO_3_4=3.4
matrix:
- MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_6}
- MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_9}
matrix:
@@ -47,6 +48,8 @@ matrix:
env: MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_4}
- python: 3.7
env: MONGODB=${MONGODB_3_6} PYMONGO=${PYMONGO_3_6}
- python: 3.7
env: MONGODB=${MONGODB_3_6} PYMONGO=${PYMONGO_3_9}
install: