shithub: aubio

Download patch

ref: 6c1709c38479a9ba5f2ed54cd90eb71564ffb210
parent: 1154fd1ad673e5cf2c24226414da51733fa02bba
author: Paul Brossier <piem@piem.org>
date: Thu Nov 17 08:13:08 EST 2016

.travis.yml: upgrade pip first

--- a/.travis.yml
+++ b/.travis.yml
@@ -81,7 +81,10 @@
 
 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