From 2df0bc1cece2de449e9b31310dbd8624fba4f2e1 Mon Sep 17 00:00:00 2001 From: John Wong Date: Mon, 11 Apr 2022 23:32:31 -0700 Subject: [PATCH 1/2] Putting back python versions 2.7 and 3.6 and default dist --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e937d2..8314e79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ sudo: required -dist: focal services: - docker env: @@ -12,6 +11,8 @@ env: language: python python: + - "2.7" + - "3.6" - "3.7" before_install: @@ -50,3 +51,4 @@ deploy: repo: f5devcentral/f5-sphinx-theme tags: true condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]*|^.*-stable$|master + python: '3.7' From 4e77d4d88c6448b207e06454b0cdb0508070e3c1 Mon Sep 17 00:00:00 2001 From: John Wong Date: Mon, 11 Apr 2022 23:36:24 -0700 Subject: [PATCH 2/2] Trying to build using bionic --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8314e79..7f875d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: required +dist: bionic services: - docker env: