mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
Coverage Tests
This commit is contained in:
parent
b14d8922e1
commit
558ee9f8cf
|
@ -10,11 +10,12 @@ before_script:
|
||||||
# I've gone through 25 seperate commits to get it working.
|
# I've gone through 25 seperate commits to get it working.
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install irs
|
|
||||||
- pip install coveralls # For coveralls.io
|
- pip install coveralls # For coveralls.io
|
||||||
|
- pip install nose
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run --source=irs tests/test_all.py
|
- python setup.py install
|
||||||
|
- nosetests --with-coverage
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='irs',
|
name='irs',
|
||||||
version='6.1.3',
|
version='6.1.2',
|
||||||
description='A music downloader that just gets metadata.',
|
description='A music downloader that just gets metadata.',
|
||||||
url='https://github.com/kepoorhampond/irs',
|
url='https://github.com/kepoorhampond/irs',
|
||||||
author='Kepoor Hampond',
|
author='Kepoor Hampond',
|
||||||
|
|
Loading…
Reference in a new issue