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>
This commit is contained in:
Eduardo Habkost 2019-12-20 13:45:27 -03:00
parent f59b31e6d0
commit 49233804f5
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ matrix:
- CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default" - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
language: python language: python
python: python:
- "3.4" - "3.5"
- env: - env: