source: .travis.yml @ f731cff

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

.travis.yml: remove build/clean python3 for now

  • Property mode set to 100644
File size: 460 bytes
Line 
1language: c
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
17addons:
18  apt:
19    packages:
20    - bzip2
21    - libsndfile1-dev
22    - libsamplerate-dev
23    - libjack-dev
24    - libasound2-dev
25    - libfftw3-dev
26    - python-dev
27    - python-numpy
28    - python3-setuptools
29    - python3-dev
30    - python3-numpy
31
32script:
33  - make build
34  - make build_python
35  - make clean_python
36  - make clean
37  - make distcheck
Note: See TracBrowser for help on using the repository browser.