remove dist:xenial as it recently became the default in travis

This commit is contained in:
Bastien Gérard 2019-06-13 23:07:25 +02:00
parent 1181b75e16
commit f91b89f723

View File

@ -42,7 +42,6 @@ matrix:
- python: 3.6 - python: 3.6
env: MONGODB=${MONGODB_3_6} PYMONGO=3.x env: MONGODB=${MONGODB_3_6} PYMONGO=3.x
- python: 3.7 - python: 3.7
dist: xenial # python 3.7 not available on default dist (trusty)
env: MONGODB=${MONGODB_3_6} PYMONGO=3.x env: MONGODB=${MONGODB_3_6} PYMONGO=3.x