source: .travis.yml @ 66a3c51

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

.travis.yml: switch to python

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