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
|
# 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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user