Coverage Tests

This commit is contained in:
Kepoor Hampond 2017-03-13 21:20:30 -07:00
parent b14d8922e1
commit 558ee9f8cf
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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',