Added tests for coveralls with Travis CI

This commit is contained in:
Kepoor Hampond 2017-03-13 21:05:42 -07:00
parent 04196e36b7
commit b14d8922e1
2 changed files with 2 additions and 2 deletions

View file

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

View file

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