mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-08 20:05:27 +00:00
Testing Travis CI
This commit is contained in:
parent
b64965f56e
commit
252d739aa9
|
@ -8,6 +8,7 @@ before_script:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "sudo python setup.py install"
|
- "sudo python setup.py install"
|
||||||
|
- "sudo pip install irs"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python tests/song.py
|
- python tests/song.py
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='irs',
|
name='irs',
|
||||||
version='6.0.0',
|
version='6.0.1',
|
||||||
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