Changes in .travis.yml [1a3d3b7:bec1396]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r1a3d3b7 rbec1396 3 3 matrix: 4 4 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 12 6 os: linux 13 7 compiler: gcc … … 15 9 os: linux 16 10 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 19 24 os: linux 20 25 compiler: gcc … … 34 39 os: osx 35 40 compiler: clang 36 env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband"41 env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile" 37 42 - language: C 38 43 os: osx 39 44 compiler: clang 40 env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=145 env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 41 46 - language: C 42 47 os: osx 43 48 compiler: clang 44 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=149 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 45 50 46 51 # use trusty … … 61 66 - libasound2-dev 62 67 - libfftw3-dev 63 - librubberband-dev64 68 - sox 65 69 - lcov … … 69 73 - ffmpeg 70 74 - libsndfile 71 - libsamplerate72 - rubberband73 75 - lcov 74 76 #update: true … … 89 91 - which pip 90 92 - pip --version 93 - pip install coverage 91 94 92 95 script:
Note: See TracChangeset
for help on using the changeset viewer.