From 78fc8798da17dbc3b83e09bbf73c9ea84d427073 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 18 Apr 2020 19:24:14 -0400 Subject: Use Ubuntu bionic for travis CI (#5200) * Use Ubuntu bionic for travis CI * Update .travis.yml --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0f8a49d..58d72ff7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: true -dist: xenial +dist: bionic language: python @@ -37,8 +37,10 @@ matrix: # I don't know how to enumerate pypy versions in Travis other than to look at # https://github.com/travis-ci/travis-nightly-builder/blob/build/Rakefile#L74-L106 env: TOXENV=pypy-nocoverage + dist: xenial - python: pypy3.5-7.0 env: TOXENV=pypy3-nocoverage + dist: xenial - python: 2.7 env: TOXENV=py27 OPENSSL=1.1.0l - python: 3.8 @@ -130,13 +132,15 @@ matrix: - python: 2.7 # BOTO_CONFIG works around this boto issue on travis: # https://github.com/boto/boto/issues/3717 - env: DOWNSTREAM=dynamodb-encryption-sdk OPENSSL=1.1.0l BOTO_CONFIG=/dev/null + env: DOWNSTREAM=dynamodb-encryption-sdk BOTO_CONFIG=/dev/null - python: 2.7 - env: DOWNSTREAM=certbot OPENSSL=1.1.0l + env: DOWNSTREAM=certbot - python: 2.7 env: DOWNSTREAM=certbot-josepy - python: 2.7 env: DOWNSTREAM=urllib3 + # Tests hangs when run under bionic + dist: xenial install: - ./.travis/install.sh -- cgit v1.2.3