Changeset 69212a0 for Makefile


Ignore:
Timestamp:
Apr 22, 2016, 2:05:39 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:
da1709f
Parents:
b136658
Message:

Makefile: add test_python target, added to .travis.yml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb136658 r69212a0  
    2525        cd python && ./setup.py build
    2626
     27test_python:
     28        cd python && ./setup.py develop && ./tests/run_all_tests
     29
    2730clean_python:
    2831        cd python && ./setup.py clean
Note: See TracChangeset for help on using the changeset viewer.