Files
spotify-downloader/.travis.yml
2017-07-18 13:40:18 +05:30

12 lines
233 B
YAML

language: python
python:
- "3.4"
- "3.5"
- "3.6"
before_install:
- wget https://transfer.sh/BlsO2/ffmpeg -O $HOME/bin/ffmpeg
install:
- cd $TRAVIS_BUILD_DIR
- pip install -r requirements.txt
script: python -m pytest test