source: .travis.yml @ b8454c74

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

.travis.yml: add python 2.7 and 3.4

  • Property mode set to 100644
File size: 489 bytes
RevLine 
[bf45eb5]1language: c
2
[082a1cf]3sudo: false
4
[82cdc97]5os:
6  - linux
7  - osx
8
[bf45eb5]9compiler:
10  - gcc
11  - clang
12
[6bebb7e]13env:
14  - ARCH=i386
15  - ARCH=x86_64
16
[b8454c74]17python:
18  - "2.7"
19  - "3.4"
20
[082a1cf]21addons:
22  apt:
23    packages:
24    - bzip2
25    - libsndfile1-dev
26    - libsamplerate-dev
27    - libjack-dev
28    - libasound2-dev
29    - libfftw3-dev
[deedc49]30    - python-dev
31    - python-numpy
[e89310a0]32    - python3-setuptools
33    - python3-dev
34    - python3-numpy
[bf45eb5]35
36script:
[6121dd4]37  - make build
[3708c15]38  - make build_python
39  - make clean_python
[6121dd4]40  - make clean
[38a462c]41  - make distcheck
Note: See TracBrowser for help on using the repository browser.