From: Paul Brossier Date: Thu, 17 Nov 2016 13:04:28 +0000 (+0100) Subject: Makefile: use bdist_wheel in test_pure_python X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=fee4570f51d8fc690ac54778e8e8f5720823dde7;p=aubio.git Makefile: use bdist_wheel in test_pure_python --- diff --git a/Makefile b/Makefile index 3658a73f..56497f03 100644 --- a/Makefile +++ b/Makefile @@ -54,9 +54,8 @@ test_pure_python: -rm -rf build/ python/gen/ -rm -f dist/*.egg -pip install -v -r requirements.txt - CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_egg - [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \ - easy_install dist/*.egg + CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_wheel + pip install dist/aubio-*.whl nose2 -N 4 pip uninstall -v -y aubio