Removed old gstreamer dependencies from travis config

This commit is contained in:
Nick Steel 2016-05-05 23:34:57 +01:00
parent c8925ea342
commit d9090c5879

View File

@ -24,7 +24,6 @@ env:
before_install:
- "sudo sed -i '/127.0.1.1/d' /etc/hosts" # Workaround https://github.com/tornadoweb/tornado/issues/1573
- "sudo apt-get update -qq"
- "sudo apt-get install -y gstreamer0.10-plugins-good python-gst0.10"
install:
- "pip install tox"