diff mbox series

[7/6] travis.yml: Drop the Python 3.5 build

Message ID 20200922070441.48844-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series Update Travis from Xenial to Bionic and Focal | expand

Commit Message

Thomas Huth Sept. 22, 2020, 7:04 a.m. UTC
We are soon going to remove the support for Python 3.5. So remove
the CI job now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Sorry, I forgot to send this patch together with the others...
 Since we're going to remove support for Python 3.5, we have to
 remove the CI job for this of course, too.

 .travis.yml | 9 ---------
 1 file changed, 9 deletions(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 023fcf7119..b6fee288be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -254,15 +254,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
-
-
     # Using newer GCC with sanitizers
     - name: "GCC9 with sanitizers (softmmu)"
       dist: bionic