mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
Testing Travis CI
This commit is contained in:
parent
dfba5c2380
commit
2a75fa40ca
|
@ -4,13 +4,10 @@ python:
|
|||
- "3.5"
|
||||
|
||||
before_script:
|
||||
- "sudo add-apt-repository ppa:mc3man/trusty-media -y"
|
||||
- "sudo apt-get update -y"
|
||||
- "sudo apt-get install ffmpeg -y"
|
||||
- "sudo apt-get install frei0r-plugins -y"
|
||||
- libav-tools -y
|
||||
|
||||
install:
|
||||
- "pip install irs"
|
||||
- pip install irs
|
||||
|
||||
script:
|
||||
- python tests/song.py
|
||||
|
|
Loading…
Reference in a new issue