[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/6] travis.yml: Drop the superfluous Python 3.6 build
From: |
Thomas Huth |
Subject: |
[PATCH 6/6] travis.yml: Drop the superfluous Python 3.6 build |
Date: |
Fri, 18 Sep 2020 12:34:30 +0200 |
Python 3.6 is already the default Python in the jobs that are based
on Ubuntu Bionic, so it does not make much sense to test this again
separately.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.travis.yml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 80da4ebc8e..023fcf7119 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -263,14 +263,6 @@ jobs:
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)"
dist: bionic
--
2.18.2
- [PATCH 1/6] meson: move libudev test, (continued)
- [PATCH 1/6] meson: move libudev test, Thomas Huth, 2020/09/18
- [PATCH 2/6] meson: move libmpathpersist test, Thomas Huth, 2020/09/18
- [PATCH 5/6] travis.yml: Update Travis to use Bionic and Focal instead of Xenial, Thomas Huth, 2020/09/18
- [PATCH 4/6] travis.yml: Drop the default softmmu builds, Thomas Huth, 2020/09/18
- [PATCH 3/6] migration: Silence compiler warning in global_state_store_running(), Thomas Huth, 2020/09/18
- [PATCH 6/6] travis.yml: Drop the superfluous Python 3.6 build,
Thomas Huth <=
- Re: [PATCH 0/6] Update Travis from Xenial to Bionic and Focal, Paolo Bonzini, 2020/09/18
- Re: [PATCH 0/6] Update Travis from Xenial to Bionic and Focal, Alex Bennée, 2020/09/21
- [PATCH 7/6] travis.yml: Drop the Python 3.5 build, Thomas Huth, 2020/09/22