mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Change default music folder (#225)
* Get default music folder via xdg-user-dirs * Add a test
This commit is contained in:
@@ -10,6 +10,7 @@ before_install:
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- xdg-user-dirs
|
||||
- automake
|
||||
- autoconf
|
||||
- build-essential
|
||||
@@ -36,6 +37,7 @@ install:
|
||||
- pip install -e .
|
||||
- tinydownload 22684734659253158385 -o ~/bin/ffmpeg
|
||||
- chmod 755 ~/bin/ffmpeg
|
||||
- xdg-user-dirs-update
|
||||
script: python -m pytest test --cov=.
|
||||
after_success:
|
||||
- pip install codecov
|
||||
|
||||
Reference in New Issue
Block a user