Changeset 572001c


Ignore:
Timestamp:
Apr 22, 2016, 12:54:07 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:
e372a0f
Parents:
3581fb5
Message:

.travis.yml: remove python packages (using language: python), switch build to distcheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r3581fb5 r572001c  
    7979    - libasound2-dev
    8080    - libfftw3-dev
    81     - python-dev
    82     - python-numpy
    83     - python3-setuptools
    84     - python3-dev
    85     - python3-numpy
    8681
    8782script:
    88   - make build
     83  - make distcheck
    8984  - make build_python
    9085  - make clean_python
    9186  - make clean
    92   - make distcheck
Note: See TracChangeset for help on using the changeset viewer.