mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 11:36:27 +01:00
Install gstreamer1.0 on travis
This commit is contained in:
parent
5d666fa4e7
commit
43f2c483b7
1 changed files with 2 additions and 0 deletions
|
|
@ -17,8 +17,10 @@ matrix:
|
|||
- env: TOX_ENV=flake8
|
||||
|
||||
install:
|
||||
- travis_retry sudo add-apt-repository -y ppa:gstreamer-developers/ppa
|
||||
- travis_retry sudo apt-get update
|
||||
- travis_retry sudo apt-get install -qq bash-completion
|
||||
- travis_retry sudo apt-get install -qq gstreamer1.0-plugins-good
|
||||
- travis_retry pip install tox sphinx
|
||||
- "[[ $TOX_ENV == 'py27' ]] && pip install coveralls || true"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue