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

11 lines
161 B
YAML

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