irs/.travis.yml
2017-06-11 14:21:14 -07:00

16 lines
234 B
YAML

language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- python setup.py install
- irs --setup
script:
- python tests/album.py
- python tests/playlist.py
- python tests/post_processors.py
- python tests/song.py