aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-04-18 19:24:14 -0400
committerGitHub <noreply@github.com>2020-04-18 18:24:14 -0500
commit78fc8798da17dbc3b83e09bbf73c9ea84d427073 (patch)
treec14df5078f65e6375247635fd0fbebb2f2fc74f2
parentea5d466839672a80a9b95bfe8adbd228b60eeb73 (diff)
downloadcryptography-78fc8798da17dbc3b83e09bbf73c9ea84d427073.tar.gz
cryptography-78fc8798da17dbc3b83e09bbf73c9ea84d427073.tar.bz2
cryptography-78fc8798da17dbc3b83e09bbf73c9ea84d427073.zip
Use Ubuntu bionic for travis CI (#5200)
* Use Ubuntu bionic for travis CI * Update .travis.yml
-rw-r--r--.travis.yml10
1 files 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