Test rtmpdump on travis (Fixes #1601)

This commit is contained in:
Philipp Hagemeister 2015-01-25 04:56:32 +01:00
parent 881e6a1f5c
commit e1ccc04e9f
2 changed files with 4 additions and 3 deletions

View file

@ -4,6 +4,9 @@ python:
- "2.7"
- "3.3"
- "3.4"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -yqq rtmpdump
script: nosetests test --verbose
notifications:
email: