From b14d8922e1456c9e6f54d313dff59f9fd939c008 Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Mon, 13 Mar 2017 21:05:42 -0700 Subject: [PATCH] Added tests for coveralls with Travis CI --- .travis.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 05083b2..9e6aefc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - pip install coveralls # For coveralls.io script: - - coverage run --source=irs test/test_all.py + - coverage run --source=irs tests/test_all.py after_success: - coveralls \ No newline at end of file diff --git a/setup.py b/setup.py index 4d720b4..2cc24f0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='irs', - version='6.1.2', + version='6.1.3', description='A music downloader that just gets metadata.', url='https://github.com/kepoorhampond/irs', author='Kepoor Hampond',