Testing Travis CI

This commit is contained in:
Kepoor Hampond 2017-03-08 21:44:37 -08:00
parent b64965f56e
commit 252d739aa9
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ before_script:
install:
- "sudo python setup.py install"
- "sudo pip install irs"
script:
- python tests/song.py

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='irs',
version='6.0.0',
version='6.0.1',
description='A music downloader that just gets metadata.',
url='https://github.com/kepoorhampond/irs',
author='Kepoor Hampond',