irs/.travis.yml

11 lines
161 B
YAML
Raw Normal View History

2017-03-09 04:21:52 +00:00
language: python
python:
- "2.7"
- "3.5"
install: "pip install irs"
script:
- python tests/song.py
- python tests/album.py
- python tests/playlist.py