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
|
|
|
before_script:
|
2017-03-10 01:49:10 +00:00
|
|
|
- sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame libmp3lame0
|
2017-04-30 17:59:38 +00:00
|
|
|
# These dependencies are necessary for ffmpeg. I currently hate all things
|
|
|
|
# doing with Travis and ffmpeg because I have no direct access to test stuff.
|
2017-03-14 04:03:03 +00:00
|
|
|
# I've gone through 25 seperate commits to get it working.
|
2017-03-09 04:31:59 +00:00
|
|
|
|
2017-04-30 17:59:38 +00:00
|
|
|
install:
|
2017-04-30 18:12:51 +00:00
|
|
|
- python setup.py install
|
2017-03-09 04:21:52 +00:00
|
|
|
|
|
|
|
script:
|
2017-04-30 18:46:15 +00:00
|
|
|
- python tests/album.py
|
|
|
|
- python tests/playlist.py
|
|
|
|
- python tests/post_processors.py
|
|
|
|
- python tests/song.py
|