shithub: aubio

Download patch

ref: e12d05ffc64d97126f69eafacda89f64748119d1
parent: 388a7d8d2425bfe3458794be35a068936a478e7a
author: Paul Brossier <piem@piem.org>
date: Thu Nov 17 08:42:27 EST 2016

.travis.yml: add pip --version and which pip after, remove --user

--- a/.travis.yml
+++ b/.travis.yml
@@ -83,9 +83,10 @@
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
   - |
     if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
-      travis_retry pip install --user --upgrade pip
-      travis_retry pip install --user nose2
+      travis_retry pip install --upgrade pip nose2
     fi;
+  - which pip
+  - pip --version
 
 script:
   - make create_test_sounds