From 153cb9e1beb82b9fba239ab6b67bd5bce5948763 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 20 May 2021 11:40:44 +1000 Subject: [PATCH 1/2] Removed unused variable --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6f596fa5..48fa61126 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ env: - UNICODE_WIDTH=32 - BUILD_DEPENDS="" - TEST_DEPENDS="pytest pytest-cov" - - MACOSX_DEPLOYMENT_TARGET=10.10 language: python # Default Python version is usually 3.6 From 2c2a7211f59323b2761bb98ae7a8a8a842e09fd1 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 20 May 2021 11:39:39 +1000 Subject: [PATCH 2/2] Updated to Ubuntu 20.04 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48fa61126..39b4db147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: language: python # Default Python version is usually 3.6 python: 3.9 -dist: xenial +dist: focal services: docker jobs: