diff options
author | Eduardo Habkost | 2019-12-20 17:45:27 +0100 |
---|---|---|
committer | Eduardo Habkost | 2019-12-20 17:45:59 +0100 |
commit | 49233804f5c458d61d8eb903c19d62edb3434db2 (patch) | |
tree | d5ca0df956c5475db20f89b74fa8bf3b3327008f | |
parent | Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121... (diff) | |
download | qemu-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>
-rw-r--r-- | .travis.yml | 2 |
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: |