Changeset f4c96f5


Ignore:
Timestamp:
Dec 20, 2018, 8:16:40 PM (5 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/timestretch, fix/ffmpeg5, master
Children:
3880830
Parents:
49ac58e0
Message:

[ci] add pypy on travis, use it to test sndfile/libsamplerate directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r49ac58e0 rf4c96f5  
    1212      os: linux
    1313      compiler: gcc
     14    - python: "pypy"
     15      os: linux
     16      compiler: gcc
     17      env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-avcodec"
    1418    - python: 3.5
    1519      os: linux
     
    1923      os: linux
    2024      compiler: gcc
    21       env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec"
     25      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
    2226    - python: 2.7
    2327      os: linux
Note: See TracChangeset for help on using the changeset viewer.