irs/.travis.yml
2017-03-08 20:42:00 -08:00

15 lines
221 B
YAML

language: python
python:
- "2.7"
- "3.5"
before_script:
- sudo apt-get install libav-tools -y
install:
- pip install irs
script:
- python tests/song.py
- python tests/album.py
- python tests/playlist.py