From 43bf219735d37a835699b244039457692b649281 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 11 Jul 2018 16:36:50 -0700 Subject: [PATCH] travis: use sudo=true and group=edge to get bionic which maybe can install py37 --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be47208..16d4090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ -sudo: false -dist: xenial +# we don't actually need sudo, but that kicks us onto GCE, which means +# "group: edge" will get us Ubuntu 16.04 LTS (bionic) +sudo: true +group: edge language: python cache: pip before_cache: