Changeset fee4570


Ignore:
Timestamp:
Nov 28, 2016, 4:33:48 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
3d2e481
Parents:
8706a42
git-author:
Paul Brossier <piem@piem.org> (11/17/16 14:04:28)
git-committer:
Paul Brossier <piem@piem.org> (11/28/16 16:33:48)
Message:

Makefile: use bdist_wheel in test_pure_python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8706a42 rfee4570  
    5555        -rm -f dist/*.egg
    5656        -pip install -v -r requirements.txt
    57         CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_egg
    58         [ "$(TRAVIS_OS_NAME)" == "osx" ] && easy_install --user dist/*.egg || \
    59                 easy_install dist/*.egg
     57        CFLAGS=-Os python setup.py build_ext $(ENABLE_DOUBLE) bdist_wheel
     58        pip install dist/aubio-*.whl
    6059        nose2 -N 4
    6160        pip uninstall -v -y aubio
Note: See TracChangeset for help on using the changeset viewer.