summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEduardo Habkost2019-12-20 17:45:27 +0100
committerEduardo Habkost2019-12-20 17:45:59 +0100
commit49233804f5c458d61d8eb903c19d62edb3434db2 (patch)
treed5ca0df956c5475db20f89b74fa8bf3b3327008f /.travis.yml
parentMerge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121... (diff)
downloadqemu-49233804f5c458d61d8eb903c19d62edb3434db2.tar.gz
qemu-49233804f5c458d61d8eb903c19d62edb3434db2.tar.xz
qemu-49233804f5c458d61d8eb903c19d62edb3434db2.zip
travis: Replace Python 3.4 build with 3.5
We'll start requiring Python 3.5 to build QEMU. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 376b7d6dfa..638fba4799 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -247,7 +247,7 @@ matrix:
- CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
language: python
python:
- - "3.4"
+ - "3.5"
- env: