source: .travis.yml @ 152ed05

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

.travis.yml: add python-numpy

  • Property mode set to 100644
File size: 374 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
25script:
26  - make build
27  - make build_python
28  - make clean_python
29  - make clean
30  - make distcheck
Note: See TracBrowser for help on using the repository browser.