From f91b89f723749b0fca8a71136a5f412adfc04ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Thu, 13 Jun 2019 23:07:25 +0200 Subject: [PATCH] remove dist:xenial as it recently became the default in travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a21c934b..38924a86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,6 @@ matrix: - python: 3.6 env: MONGODB=${MONGODB_3_6} PYMONGO=3.x - python: 3.7 - dist: xenial # python 3.7 not available on default dist (trusty) env: MONGODB=${MONGODB_3_6} PYMONGO=3.x