From a6a58646869b9e79448e64b308e143be4de26c35 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 13 May 2019 16:10:41 -0700 Subject: [PATCH] Run travis on Xenial --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6692785..5d4454a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ +dist: xenial language: python python: - "2.7" - - "3.6" + - "3.7" install: - pip install --upgrade pip