mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
12 lines
233 B
YAML
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
|