travis: use sudo=true and group=edge to get bionic
which maybe can install py37
This commit is contained in:
parent
9d220bea73
commit
43bf219735
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user