Changeset 5f9729d


Ignore:
Timestamp:
Dec 10, 2016, 11:52:13 PM (7 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, sampler, yinfft+
Children:
f1fc216
Parents:
ca8ad9d
Message:

.travis.yml: shuffle order, remove duplicate, add missing opening quote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rca8ad9d r5f9729d  
    33matrix:
    44  include:
    5     - python: 2.7
     5    - python: 3.5
    66      os: linux
    77      compiler: gcc
     
    99      os: linux
    1010      compiler: gcc
    11     - python: 3.4
     11    - python: 2.7
    1212      os: linux
    1313      compiler: gcc
    14       env: WAFOPTS=--enable-fftw3f
     14      env: WAFOPTS=--enable-fftw3
     15    - language: C
     16      os: osx
     17      compiler: clang
     18    - python: 3.5
     19      os: linux
     20      compiler: gcc
     21      env: HAVE_AUBIO_DOUBLE=1
    1522    - python: 2.7
    1623      os: linux
     
    2128      compiler: gcc
    2229      env: HAVE_AUBIO_DOUBLE=1
    23     - python: 3.4
    24       os: linux
    25       compiler: gcc
    26       env: HAVE_AUBIO_DOUBLE=1
    27     - python: 3.4
    28       os: linux
    29       compiler: gcc
    30       env: HAVE_AUBIO_DOUBLE=1
    31     - language: C
    32       os: osx
    33       compiler: clang
    3430    - language: C
    3531      os: osx
     
    4339      os: osx
    4440      compiler: clang
    45       env: WAFOPTS=--enable-fat --disable-avcodec" HAVE_DOUBLE=1
     41      env: WAFOPTS="--enable-fat --disable-avcodec" HAVE_AUBIO_DOUBLE=1
    4642
    4743addons:
Note: See TracChangeset for help on using the changeset viewer.