From 922012a307aa087c3adc237e3c9983579ee1a4d9 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 6 Jan 2019 01:56:24 -0800 Subject: [PATCH] .travis.yml: use dist: xenial for Python 3.7+ to be installable --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a47783a55..2d404159c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: python sudo: true python: