From d9090c58796fc44fe6c1b0cecaa9858c4c657106 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Thu, 5 May 2016 23:34:57 +0100 Subject: [PATCH] Removed old gstreamer dependencies from travis config --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c77fdd..ec29c38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"