From d88117878cc8dfa052f6029a2f16d2f7032b0369 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 2 Jan 2019 16:35:25 -0800 Subject: [PATCH 01/12] Update LICENSE Added title to license --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 199c3f0..2763b46 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ MIT License +"wavinfo" Copyright (c) 2018 Jamie Hardt Permission is hereby granted, free of charge, to any person obtaining a copy From 71201adee4086eae26a57f0ff9a46580b83c1f76 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 10:25:22 -0800 Subject: [PATCH 02/12] Update LICENSE --- LICENSE | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2763b46..199c3f0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,5 @@ MIT License -"wavinfo" Copyright (c) 2018 Jamie Hardt Permission is hereby granted, free of charge, to any person obtaining a copy From 413826b18f29995112579f43a3b42b323ea9b16c Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 10:25:47 -0800 Subject: [PATCH 03/12] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 199c3f0..f352c2c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Jamie Hardt +"wavinfo" Copyright (c) 2018 Jamie Hardt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From a9dbfdf5ec57ebe9eabbe4f5ed0510813bb277bd Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 10:26:11 -0800 Subject: [PATCH 04/12] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f352c2c..199c3f0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -"wavinfo" Copyright (c) 2018 Jamie Hardt +Copyright (c) 2018 Jamie Hardt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 8fd509482c30e53bab20e083a47c20d46754f1b9 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:00:47 -0800 Subject: [PATCH 05/12] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4be47f5..c3e2547 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ python: script: - "python3 setup.py test" before_install: - - sudo apt-get install -y ffmpeg + - "apt-get install -y ffprobe" install: - "pip3 install setuptools" From 0612e62a7b941d83d1d20682b0d31dd67d447073 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:02:08 -0800 Subject: [PATCH 06/12] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3e2547..2532f1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ python: script: - "python3 setup.py test" before_install: - - "apt-get install -y ffprobe" + - "sudo apt-get install -y ffprobe" install: - "pip3 install setuptools" From 82d73b031699f4f6c66547761982d3de8a568e25 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:05:27 -0800 Subject: [PATCH 07/12] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2532f1f..67436b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: script: - "python3 setup.py test" before_install: + - "sudo apt-get update" - "sudo apt-get install -y ffprobe" install: - "pip3 install setuptools" From 9e2c60caf879a00a35c69e2328c5f40fc06de812 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:10:49 -0800 Subject: [PATCH 08/12] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67436b4..0d2d163 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ script: - "python3 setup.py test" before_install: - "sudo apt-get update" - - "sudo apt-get install -y ffprobe" + - "sudo apt-get install -y ffmpeg" install: - "pip3 install setuptools" From 0bb664357ed3438334db61a1af3166a6b59de3ee Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:15:05 -0800 Subject: [PATCH 09/12] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d2d163..2c560e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ script: - "python3 setup.py test" before_install: - "sudo apt-get update" - - "sudo apt-get install -y ffmpeg" + - "sudo apt-get install -y avprobe" install: - "pip3 install setuptools" From 126f1ea7c35967b0fc8f21957adb61d3b87eb5c9 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:16:14 -0800 Subject: [PATCH 10/12] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20a453e..d7f428c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Build Status](https://travis-ci.com/iluvcapra/wavinfo.svg?branch=master)](https://travis-ci.com/iluvcapra/wavinfo) [![Documentation Status](https://readthedocs.org/projects/wavinfo/badge/?version=latest)](https://wavinfo.readthedocs.io/en/latest/?badge=latest) ![](https://img.shields.io/github/license/iluvcapra/wavinfo.svg) ![](https://img.shields.io/pypi/pyversions/wavinfo.svg) [![](https://img.shields.io/pypi/v/wavinfo.svg)](https://pypi.org/project/wavinfo/) ![](https://img.shields.io/pypi/wheel/wavinfo.svg) From 96885dfb4e89d982da92aeefe366264d0a60bf4f Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:20:29 -0800 Subject: [PATCH 11/12] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c560e0..94aa6a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ script: - "python3 setup.py test" before_install: - "sudo apt-get update" - - "sudo apt-get install -y avprobe" + - "sudo add-apt-repository universe" + - "sudo apt-get install -y ffmpeg" install: - "pip3 install setuptools" From e3adde7498018c5f3d93ca92309132e1b338f668 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:26:03 -0800 Subject: [PATCH 12/12] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 94aa6a0..f0c32b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: python python: - "3.6"