From a510edd641eb83a537ab84d25465a18accb86e30 Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Thu, 9 Mar 2017 17:43:42 -0800 Subject: [PATCH] Testing Travis CI --- .travis.yml | 2 +- tests/song.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a71052d..8b30263 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.5" before_script: - - sudo aptitude -y -q install libav-tools libavcodec-extra-53 lame libmp3lame0 + - sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame install: - pip install irs diff --git a/tests/song.py b/tests/song.py index deec363..7f0b823 100644 --- a/tests/song.py +++ b/tests/song.py @@ -1,3 +1,3 @@ from irs.ripper import Ripper -Ripper().song("Bohemian Rhapsody", "Queen") \ No newline at end of file +Ripper().song("Da Frame 2R", "Arctic Monkeys") \ No newline at end of file