From 558ee9f8cfd6868801fc5b9f50134a8550194fd4 Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Mon, 13 Mar 2017 21:20:30 -0700 Subject: [PATCH] Coverage Tests --- .travis.yml | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e6aefc..39b042d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,12 @@ before_script: # I've gone through 25 seperate commits to get it working. install: - - pip install irs - pip install coveralls # For coveralls.io + - pip install nose script: - - coverage run --source=irs tests/test_all.py + - python setup.py install + - nosetests --with-coverage after_success: - coveralls \ No newline at end of file diff --git a/setup.py b/setup.py index 2cc24f0..4d720b4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='irs', - version='6.1.3', + version='6.1.2', description='A music downloader that just gets metadata.', url='https://github.com/kepoorhampond/irs', author='Kepoor Hampond',