irs/.travis.yml

16 lines
357 B
YAML
Raw Normal View History

2017-03-09 04:21:52 +00:00
language: python
python:
- "2.7"
- "3.5"
2017-03-09 04:31:59 +00:00
before_script:
2017-03-09 06:04:31 +00:00
- sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame
2017-03-09 06:10:23 +00:00
- export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib:/usr/lib64/:/usr/local/lipob64/:/lib64:$LD_LIBRARY_PATH
2017-03-09 04:31:59 +00:00
install:
2017-03-09 05:51:21 +00:00
- pip install irs
2017-03-09 04:21:52 +00:00
script:
- python tests/song.py
- python tests/album.py
- python tests/playlist.py