From bca89f85d0d4cb554ecad7063cb39565ed71ac34 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 7 Jan 2017 18:16:13 +0100 Subject: [PATCH] Install ffmpeg --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 791b426..634a711 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,6 +14,7 @@ platform: -x64 install: + - cinst ffmpeg - "%PYTHON%\\python.exe -m pip install pytest pytest-cov coveralls" - "%PYTHON%\\python.exe -m pip install ."