From fee4570f51d8fc690ac54778e8e8f5720823dde7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 17 Nov 2016 14:04:28 +0100 Subject: [PATCH] Makefile: use bdist_wheel in test_pure_python --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.11.0