projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a115a3a
)
[ci] set windows path on travis
author
Paul Brossier
<piem@piem.org>
Wed, 1 Jul 2020 21:40:03 +0000
(23:40 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 1 Jul 2020 21:40:03 +0000
(23:40 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
3b18535
..
6ec4fde
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-50,6
+50,7
@@
matrix:
before_install:
- choco install python --version 3.8.0
- python -m pip install --upgrade pip
+ env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
# use trusty
dist: trusty