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