[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] travis.yml: Drop the Python 3.5 and 3.6 builds
From: |
Thomas Huth |
Subject: |
Re: [PATCH 2/2] travis.yml: Drop the Python 3.5 and 3.6 builds |
Date: |
Sun, 23 Aug 2020 08:54:36 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 05/08/2020 20.49, Thomas Huth wrote:
> Python 3.5 is already the default in Ubuntu Xenial (which we use for
> most jobs on Travis), and Python 3.6 is the default on Ubuntu Bionic
> (which we use for the s390x jobs on Travis for example already), so
> explicitely defining tests for Python 3.5 and 3.6 seems redundant.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> .travis.yml | 17 -----------------
> 1 file changed, 17 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index 18290bc51d..b4c603f0ec 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -258,23 +258,6 @@ jobs:
> - TEST_CMD=""
>
>
> - # Python builds
> - - name: "GCC Python 3.5 (x86_64-softmmu)"
> - env:
> - - CONFIG="--target-list=x86_64-softmmu"
> - - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
> - language: python
> - python: 3.5
> -
> -
> - - name: "GCC Python 3.6 (x86_64-softmmu)"
> - env:
> - - CONFIG="--target-list=x86_64-softmmu"
> - - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
> - language: python
> - python: 3.6
> -
> -
> # Using newer GCC with sanitizers
> - name: "GCC9 with sanitizers (softmmu)"
> addons:
>
Ping?
Thomas