From 2d42134a6316dfc37f1e3198270622a6f8c8b8ea Mon Sep 17 00:00:00 2001 From: Steven <1477010+stnguyen90@users.noreply.github.com> Date: Mon, 10 Jul 2023 07:56:38 -0700 Subject: [PATCH] Update CI to use newer Ubuntu The default Ubuntu has an older version of OpenSSL which is incompatible with urllib3. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 712f791..104c53f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python +dist: bionic + python: - "3.8" @@ -13,4 +15,4 @@ jobs: username: "__token__" password: $PYPI_TOKEN on: - tags: true \ No newline at end of file + tags: true