Test rtmpdump on travis (Fixes #1601)
This commit is contained in:
parent
881e6a1f5c
commit
e1ccc04e9f
2 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue