irs/.travis.yml

16 lines
262 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 05:06:11 +00:00
- sudo aptitude -y -q install ffmpeg
2017-03-09 04:31:59 +00:00
install:
2017-03-09 05:38:09 +00:00
- "sudo python setup.py install"
2017-03-09 05:44:37 +00:00
- "sudo pip install irs"
2017-03-09 04:21:52 +00:00
script:
- python tests/song.py
- python tests/album.py
- python tests/playlist.py