travis: Replace GStreamer 0.10 with 1.x
This commit is contained in:
parent
780c493af3
commit
0ef3da5ed3
@ -16,7 +16,7 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
- "sudo sed -i '/127.0.1.1/d' /etc/hosts" # Workaround tornadoweb/tornado#1573
|
- "sudo sed -i '/127.0.1.1/d' /etc/hosts" # Workaround tornadoweb/tornado#1573
|
||||||
- "sudo apt-get update -qq"
|
- "sudo apt-get update -qq"
|
||||||
- "sudo apt-get install -y graphviz-dev gstreamer0.10-plugins-good python-gst0.10"
|
- "sudo apt-get install -y gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 graphviz-dev gstreamer1.0-plugins-good python-gst-1.0"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install tox"
|
- "pip install tox"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user