Skip to content

Commit

Permalink
adding ffmpeg installation to .travis.yml, for testing animation func…
Browse files Browse the repository at this point in the history
…tions in visualizations module
  • Loading branch information
bnaecker committed Nov 16, 2016
1 parent 453b9b0 commit 72f8c52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: python
python:
- "3.5"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y ffmpeg
install:
- sudo apt-get update
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
else
Expand Down

0 comments on commit 72f8c52

Please sign in to comment.