irs/.travis.yml
2017-03-08 21:44:37 -08:00

16 lines
262 B
YAML

language: python
python:
- "2.7"
- "3.5"
before_script:
- sudo aptitude -y -q install ffmpeg
install:
- "sudo python setup.py install"
- "sudo pip install irs"
script:
- python tests/song.py
- python tests/album.py
- python tests/playlist.py