Merge branch 'master' of github.com:MongoEngine/mongoengine into use_globals_in_travis_yml

This commit is contained in:
Bastien Gérard 2019-06-30 21:11:42 +02:00
commit bf32d3c39a

View File

@ -22,7 +22,9 @@ python:
- 2.7 - 2.7
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7
- pypy - pypy
- pypy3
dist: xenial dist: xenial
@ -43,8 +45,6 @@ matrix:
include: include:
- python: 2.7 - python: 2.7
env: MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_4} env: MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_4}
- python: 3.6
env: MONGODB=${MONGODB_3_6} PYMONGO=${PYMONGO_3_X}
- python: 3.7 - python: 3.7
env: MONGODB=${MONGODB_3_6} PYMONGO=${PYMONGO_3_X} env: MONGODB=${MONGODB_3_6} PYMONGO=${PYMONGO_3_X}