source: .travis.yml @ deedc49

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since deedc49 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
RevLine 
[bf45eb5]1language: c
2
[082a1cf]3sudo: false
4
[bf45eb5]5compiler:
6  - gcc
7  - clang
8
[6bebb7e]9env:
10  - ARCH=i386
11  - ARCH=x86_64
12
[082a1cf]13addons:
14  apt:
15    packages:
16    - bzip2
17    - libsndfile1-dev
18    - libsamplerate-dev
19    - libjack-dev
20    - libasound2-dev
21    - libfftw3-dev
[deedc49]22    - python-dev
23    - python-numpy
[bf45eb5]24
25script:
[6121dd4]26  - make build
[3708c15]27  - make build_python
28  - make clean_python
[6121dd4]29  - make clean
[38a462c]30  - make distcheck
Note: See TracBrowser for help on using the repository browser.