Skip to content

Commit 526b04c

Browse files
committed
Install scipy now that it's required for some tests
The new 192kHz tests require scipy, but also other tests that worked before, just because ffmpeg/avconv converted files automatically to 16 bits samples, but now, if the file format uses float samples, we use 32 bit samples.
1 parent 3316e4c commit 526b04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- sudo add-apt-repository ppa:mc3man/trusty-media -y
99
- sudo apt-get update --fix-missing
1010
install:
11-
- sudo apt-get install -y ${CONVERTER} libopus-dev
11+
- sudo apt-get install -y ${CONVERTER} libopus-dev python-scipy python3-scipy
1212
python:
1313
- "2.7"
1414
- "3.3"

0 commit comments

Comments
 (0)