projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1154fd1
)
.travis.yml: upgrade pip first
author
Paul Brossier
<piem@piem.org>
Thu, 17 Nov 2016 12:13:08 +0000
(13:13 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 17 Nov 2016 12:13:08 +0000
(13:13 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
178fc63
..
e2de7cd
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-81,7
+81,10
@@
before_install:
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_retry pip install --user nose2; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+ travis_retry pip install --user --upgrade pip
+ travis_retry pip install --user nose2
+ fi;
script:
- make create_test_sounds