travis: use sudo=true and group=edge to get bionic

which maybe can install py37
This commit is contained in:
Brian Warner 2018-07-11 16:36:50 -07:00
parent 9d220bea73
commit 43bf219735

View File

@ -1,5 +1,7 @@
sudo: false # we don't actually need sudo, but that kicks us onto GCE, which means
dist: xenial # "group: edge" will get us Ubuntu 16.04 LTS (bionic)
sudo: true
group: edge
language: python language: python
cache: pip cache: pip
before_cache: before_cache: