projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e47483
)
[ci] use choco to install py3.8 on travis, only upgrade pip there
author
Paul Brossier
<piem@piem.org>
Wed, 1 Jul 2020 21:30:23 +0000
(23:30 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 1 Jul 2020 21:30:23 +0000
(23:30 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
9901fb7
..
3b18535
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-47,6
+47,9
@@
matrix:
- name: "Python 3.8.0 on windows"
language: shell
os: windows
+ before_install:
+ - choco install python --version 3.8.0
+ - python -m pip install --upgrade pip
# use trusty
dist: trusty
@@
-76,7
+79,6
@@
addons:
update: true
install:
- - python -m pip install --upgrade pip
- travis_retry make getwaf expandwaf deps_python
- which pip
- pip --version