summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Huth2020-09-25 17:40:20 +0200
committerAlex Bennée2020-10-02 13:28:59 +0200
commitf4d830c8951b4615db3d558ddeb6ec000c61cac0 (patch)
tree713f0bae9d8fb3d3a59d5606a2fed6c2a48e9310 /.travis.yml
parenttravis.yml: Drop the superfluous Python 3.6 build (diff)
downloadqemu-f4d830c8951b4615db3d558ddeb6ec000c61cac0.tar.gz
qemu-f4d830c8951b4615db3d558ddeb6ec000c61cac0.tar.xz
qemu-f4d830c8951b4615db3d558ddeb6ec000c61cac0.zip
travis.yml: Drop the Python 3.5 build
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> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20200922070441.48844-1-thuth@redhat.com> Message-Id: <20200925154027.12672-9-alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 990dd11e6f..c255c331a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -253,15 +253,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