Testing Travis CI

This commit is contained in:
Kepoor Hampond 2017-03-08 21:38:09 -08:00
parent 92b7d693dc
commit b64965f56e

View file

@ -4,11 +4,10 @@ python:
- "3.5" - "3.5"
before_script: before_script:
- sudo apt-get purge libav-tools
- sudo aptitude -y -q install ffmpeg - sudo aptitude -y -q install ffmpeg
install: install:
- "pip install irs" - "sudo python setup.py install"
script: script:
- python tests/song.py - python tests/song.py