diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2019-12-20 13:45:27 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2019-12-20 13:45:59 -0300 |
commit | 49233804f5c458d61d8eb903c19d62edb3434db2 (patch) | |
tree | d5ca0df956c5475db20f89b74fa8bf3b3327008f /.travis.yml | |
parent | f59b31e6d0c69792b5d817c5aa0a6ed64fba42e0 (diff) |
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.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: |