Skip to content

Commit

Permalink
Install external dependencies for CI: sox and ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsalamon committed May 5, 2017
1 parent 898cf90 commit b5401ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ python:
- "3.4"
- "3.5"

addons:
apt:
packages:
- sox
- ffmpeg

before_install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh;
Expand Down

0 comments on commit b5401ba

Please sign in to comment.