Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r1a3d3b7 rbec1396  
    33matrix:
    44  include:
    5     - python: 3.5
    6       os: linux
    7       compiler: gcc
    8     - python: 3.4
    9       os: linux
    10       compiler: gcc
    11     - python: 2.7
     5    - python: 3.6
    126      os: linux
    137      compiler: gcc
     
    159      os: linux
    1610      compiler: gcc
    17       env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile"
    18     - python: 3.4
     11      env: WAFOPTS="--build-type=debug"
     12    - python: 2.7
     13      os: linux
     14      compiler: gcc
     15    - python: "pypy3.5"
     16      os: linux
     17      compiler: gcc
     18      env: CFLAGS="-Os" WAFOPTS="--disable-avcodec"
     19    - python: 3.6
     20      os: linux
     21      compiler: gcc
     22      env: CFLAGS="-Os" WAFOPTS="--disable-samplerate"
     23    - python: 3.5
    1924      os: linux
    2025      compiler: gcc
     
    3439      os: osx
    3540      compiler: clang
    36       env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband"
     41      env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile"
    3742    - language: C
    3843      os: osx
    3944      compiler: clang
    40       env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
     45      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
    4146    - language: C
    4247      os: osx
    4348      compiler: clang
    44       env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
     49      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
    4550
    4651# use trusty
     
    6166    - libasound2-dev
    6267    - libfftw3-dev
    63     - librubberband-dev
    6468    - sox
    6569    - lcov
     
    6973    - ffmpeg
    7074    - libsndfile
    71     - libsamplerate
    72     - rubberband
    7375    - lcov
    7476    #update: true
     
    8991  - which pip
    9092  - pip --version
     93  - pip install coverage
    9194
    9295script:
Note: See TracChangeset for help on using the changeset viewer.