mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-08 20:05:27 +00:00
Added tests for coveralls with Travis CI
This commit is contained in:
parent
04196e36b7
commit
b14d8922e1
|
@ -14,7 +14,7 @@ install:
|
||||||
- pip install coveralls # For coveralls.io
|
- pip install coveralls # For coveralls.io
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run --source=irs test/test_all.py
|
- coverage run --source=irs tests/test_all.py
|
||||||
|
|
||||||
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.2',
|
version='6.1.3',
|
||||||
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