ref: c69c21901d5e11cec616cf0f5aa03155b9ef7cd7
parent: 2e654265042f80476bad2b66e382d54acadb09b9
author: Paul Brossier <piem@piem.org>
date: Mon May 16 03:35:25 EDT 2016
Makefile: user install on osx
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,8 @@
-rm -f dist/*.egg
-pip install -v -r requirements.txt
CFLAGS=-Os python setup.py bdist_egg
- easy_install dist/*.egg
+ [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \
+ easy_install dist/*.egg
nose2 -N 4
pip uninstall -v -y aubio