From c54d8cb96c76c58a955b2b47f21ddca062e69d52 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Fri, 4 Apr 2014 20:09:44 +0200 Subject: [PATCH] Add python-gi and bad gstreamer plugins to travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9a486526..b3db30c2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ matrix: 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 sudo apt-get install -qq bash-completion python-gi gstreamer1.0-plugins-good gstramer1.0-plugins-bad - travis_retry pip install tox sphinx - "[[ $TOX_ENV == 'py27' ]] && pip install coveralls || true"