mirror of
https://github.com/cooperhammond/irs.git
synced 2024-11-08 18:38:33 +00:00
Testing Travis CI
This commit is contained in:
parent
593a2ed733
commit
b4f13db5f8
|
@ -4,7 +4,7 @@ python:
|
|||
- "3.5"
|
||||
|
||||
before_script:
|
||||
- sudo aptitude -y -q install ffmpeg
|
||||
- sudo aptitude -y -q install ffmpeg libavcodec-extra-53
|
||||
|
||||
install:
|
||||
- pip install irs
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from irs.ripper import Ripper
|
||||
|
||||
locations = irs.ripper.Ripper().spotify_list("album", "Da Frame 2R / Matador")
|
||||
Ripper().spotify_list("album", "Da Frame 2R / Matador")
|
Loading…
Reference in a new issue