mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-02 19:15:26 +00:00
Testing Travis CI
This commit is contained in:
parent
d2a37a0aab
commit
a510edd641
|
@ -4,7 +4,7 @@ python:
|
|||
- "3.5"
|
||||
|
||||
before_script:
|
||||
- sudo aptitude -y -q install libav-tools libavcodec-extra-53 lame libmp3lame0
|
||||
- sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame
|
||||
|
||||
install:
|
||||
- pip install irs
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from irs.ripper import Ripper
|
||||
|
||||
Ripper().song("Bohemian Rhapsody", "Queen")
|
||||
Ripper().song("Da Frame 2R", "Arctic Monkeys")
|
Loading…
Reference in a new issue