Changeset 3708c15


Ignore:
Timestamp:
Aug 7, 2015, 7:30:58 PM (9 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:
4b891e9
Parents:
972a326
Message:

.travis.yml: add build/clean_python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r972a326 r3708c15  
    1515  - sudo apt-get install -qq libjack-dev libasound2-dev
    1616  - sudo apt-get install -qq libfftw3-dev
     17  - sudo apt-get install -qq python-dev python-numpy
    1718
    1819script:
    1920  - make build
     21  - make build_python
     22  - make clean_python
    2023  - make clean
    2124  - make distcheck
Note: See TracChangeset for help on using the changeset viewer.