Changeset ec6731c


Ignore:
Timestamp:
Apr 22, 2016, 12:23:01 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:
1f8061c
Parents:
950a80c
Message:

.travis.yml: use matrix include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r950a80c rec6731c  
    33sudo: false
    44
    5 os:
    6   - linux
    7   - osx
    8 
    9 compiler:
    10   - gcc
    11   - clang
    12 
    13 env:
    14   - ARCH=i386
    15   - ARCH=x86_64
    16 
    17 python:
    18   - "2.7"
    19   - "3.4"
     5matrix:
     6  include:
     7    - python: 2.6
     8      os: linux
     9      compiler: gcc
     10      env: ARCH=x86_64
     11    - python: 2.6
     12      os: linux
     13      compiler: gcc
     14      env: ARCH=x86_64
     15    - python: 2.6
     16      os: linux
     17      compiler: clang
     18      env: ARCH=x86_64
     19    - python: 2.6
     20      os: linux
     21      compiler: clang
     22      env: ARCH=x86_64
     23    - python: 2.7
     24      os: linux
     25      compiler: gcc
     26      env: ARCH=x86_64
     27    - python: 2.7
     28      os: linux
     29      compiler: gcc
     30      env: ARCH=x86_64
     31    - python: 2.7
     32      os: linux
     33      compiler: clang
     34      env: ARCH=x86_64
     35    - python: 2.7
     36      os: linux
     37      compiler: clang
     38      env: ARCH=x86_64
     39    - python: 3.4
     40      os: linux
     41      compiler: gcc
     42      env: ARCH=x86_64
     43    - python: 3.4
     44      os: linux
     45      compiler: clang
     46      env: ARCH=x86_64
     47    - python: 3.4
     48      os: linux
     49      compiler: gcc
     50      env: ARCH=x86_64
     51    - python: 3.4
     52      os: linux
     53      compiler: clang
     54      env: ARCH=x86_64
     55    - language: generic
     56      os: osx
     57      env: ARCH=i386
     58    - language: generic
     59      os: osx
     60      env: ARCH=x86_64
    2061
    2162addons:
Note: See TracChangeset for help on using the changeset viewer.