irs/.travis.yml

16 lines
234 B
YAML
Raw Normal View History

2017-03-09 04:21:52 +00:00
language: python
python:
- "2.7"
- "3.5"
2017-04-30 17:59:38 +00:00
- "3.6"
2017-03-09 04:21:52 +00:00
2017-04-30 17:59:38 +00:00
install:
2017-04-30 18:12:51 +00:00
- python setup.py install
2017-06-11 21:06:18 +00:00
- irs --setup
2017-03-09 04:21:52 +00:00
script:
- python tests/album.py
- python tests/playlist.py
- python tests/post_processors.py
- python tests/song.py