From 9f58cf07e4cf1f5129a1be2995027fbf558c163d Mon Sep 17 00:00:00 2001 From: Jon Grace-Cox Date: Sat, 1 Jun 2019 03:16:08 -0400 Subject: [PATCH] Switch to xenial distribution for TravisCI This is required in order to use Python3. https://docs.travis-ci.com/user/languages/python/#python-37-and-higher --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b7fc0a1..32bbb14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: python python: - '2.7'