Changeset 70c6e39


Ignore:
Timestamp:
Apr 22, 2016, 2:12:26 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
0d45ec4
Parents:
73aac2a
Message:

Makefile: use './setup.py install' to test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r73aac2a r70c6e39  
    2626
    2727test_python:
    28         cd python && ./setup.py develop && ./tests/run_all_tests
     28        cd python && ./setup.py install && ./tests/run_all_tests
    2929
    3030clean_python:
Note: See TracChangeset for help on using the changeset viewer.