From 840f96b5478b096417989851c859d1755072e70b Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Thu, 25 May 2017 14:59:11 -1000 Subject: [PATCH] #4: add build status indicator to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f5fd4a1..3e8f912 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ffmpeg-python: Python bindings for FFmpeg +[![Build status](https://travis-ci.org/kkroening/ffmpeg-python.svg?branch=master)](https://travis-ci.org/kkroening/ffmpeg-python) + + ## Overview There are tons of Python FFmpeg wrappers out there but they seem to lack complex filter support. `ffmpeg-python` works well for simple as well as complex signal graphs.