source: .travis.yml @ 86a0c47

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 86a0c47 was 86a0c47, checked in by Paul Brossier <piem@piem.org>, 8 years ago

.travis.yml: no more python 2.6 (>= 2.7 needed for TestCase?.skipTest() )

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[66a3c51]1language: python
[bf45eb5]2
[082a1cf]3sudo: false
4
[ec6731c]5matrix:
6  include:
7    - python: 2.7
8      os: linux
9      compiler: gcc
10      env: ARCH=x86_64
11    - python: 2.7
12      os: linux
13      compiler: gcc
[1f8061c]14      env: ARCH=i386
[ec6731c]15    - python: 2.7
16      os: linux
17      compiler: clang
18      env: ARCH=x86_64
19    - python: 2.7
20      os: linux
21      compiler: clang
[1f8061c]22      env: ARCH=i386
[ec6731c]23    - python: 3.4
24      os: linux
25      compiler: gcc
26      env: ARCH=x86_64
27    - python: 3.4
28      os: linux
[dcbea24]29      compiler: gcc
[1f8061c]30      env: ARCH=i386
[ec6731c]31    - python: 3.4
32      os: linux
[dcbea24]33      compiler: clang
[ec6731c]34      env: ARCH=x86_64
35    - python: 3.4
36      os: linux
37      compiler: clang
[1f8061c]38      env: ARCH=i386
39    - language: C
40      os: osx
[3581fb5]41      compiler: clang
42      env: ARCH=x86_64
43    - language: C
44      os: osx
45      compiler: clang
46      env: ARCH=i386
47    - language: C
48      os: osx
49      compiler: gcc
50      env: ARCH=x86_64
51    - language: C
52      os: osx
53      compiler: gcc
54      env: ARCH=i386
[b8454c74]55
[082a1cf]56addons:
57  apt:
58    packages:
59    - bzip2
60    - libsndfile1-dev
61    - libsamplerate-dev
62    - libjack-dev
63    - libasound2-dev
64    - libfftw3-dev
[bf45eb5]65
66script:
[79adbda]67  - make build
[3708c15]68  - make build_python
[69212a0]69  - make test_python
[3708c15]70  - make clean_python
[6121dd4]71  - make clean
[79adbda]72  - make distcheck
Note: See TracBrowser for help on using the repository browser.