From 2a75fa40caf847c7f7f085c48aa644029f5c1fea Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Wed, 8 Mar 2017 20:40:36 -0800 Subject: [PATCH] Testing Travis CI --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09ba7bd..e081c99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,10 @@ python: - "3.5" before_script: - - "sudo add-apt-repository ppa:mc3man/trusty-media -y" - - "sudo apt-get update -y" - - "sudo apt-get install ffmpeg -y" - - "sudo apt-get install frei0r-plugins -y" + - libav-tools -y install: - - "pip install irs" + - pip install irs script: - python tests/song.py