source: .travis.yml @ f50dea4

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

.travis.yml: test python3

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