From 31de77a875d11782a7f943ed687ab792d55e3b7a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 10 Feb 2019 11:08:00 -0800 Subject: [PATCH] travis: py37 should no longer require sudo (once upon a time, sudo:true was necessary to get onto a GCE instance, which has xenail which has py37) --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d8ed49..175e6ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,6 @@ matrix: - python: 3.6 script: tox -e py36-coverage - python: 3.7 - # we don't actually need sudo, but that kicks us onto GCE, which lets - # us get xenial - sudo: true dist: xenial script: tox -e py37-coverage - python: nightly