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)
This commit is contained in:
Brian Warner 2019-02-10 11:08:00 -08:00
parent b65678e5d2
commit 31de77a875

View File

@ -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