irs/.travis.yml

15 lines
245 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 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