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
976626c7b9
commit
983e637953
|
@ -4,10 +4,13 @@ python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get install libav-tools -y
|
- sudo add-apt-repository ppa:mc3man/trusty-media -y
|
||||||
|
- sudo apt-get update -q
|
||||||
|
- sudo apt-get install ffmpeg -y
|
||||||
|
- sudo apt-get install frei0r-plugins -y
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install irs
|
- "pip install irs"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python tests/song.py
|
- python tests/song.py
|
||||||
|
|
Loading…
Reference in a new issue