Skip to content

Commit

Permalink
Travis: Install FFpmeg via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed Dec 22, 2018
1 parent 68ffe75 commit e910b99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ addons:
- nasm
- libmp3lame-dev
- libav-tools
- ffmpeg
install:
- pip install -e .
- tinydownload 07426048687547254773 -o ~/bin/ffmpeg
- chmod 755 ~/bin/ffmpeg
- xdg-user-dirs-update
script: python -m pytest test --cov=.
after_success:
Expand Down

0 comments on commit e910b99

Please sign in to comment.