projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f59b31e
)
travis: Replace Python 3.4 build with 3.5
author
Eduardo Habkost
<ehabkost@redhat.com>
Fri, 20 Dec 2019 16:45:27 +0000
(13:45 -0300)
committer
Eduardo Habkost
<ehabkost@redhat.com>
Fri, 20 Dec 2019 16:45:59 +0000
(13:45 -0300)
We'll start requiring Python 3.5 to build QEMU.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 376b7d6dfa8db7dfcb972d55e8f6737be46d5809..638fba4799ac46c1e531ad79656eac1e2b683593 100644
(file)
--- 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: