irs/.travis.yml

16 lines
254 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-06-10 19:31:15 +00:00
- pip install -r requirements.txt
2017-04-30 18:12:51 +00:00
- python setup.py install
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