From 00b350d209d5013a4302970a627a4ca10b0ed3a9 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Mon, 14 Oct 2013 18:25:52 -0400 Subject: [test] tell Travis to install rtmpdump and add initial support to rtmp testing --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 45b71f11b..64dfcbb7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ python: - "2.6" - "2.7" - "3.3" +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq rtmpdump script: nosetests test --verbose notifications: email: -- cgit 1.4.1