From a7a7ade7492a3ac71dc5993319e7fb589c5aea4a Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Thu, 19 Jul 2018 12:35:49 -0400 Subject: [PATCH] Update .travis.yml to use xenial Update .travis.yml to use xenial --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1a6c2a2f..114782fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +dist: xenial # Python 3.7 requires xenial because of dependencies python: - "3.5"