added circle CI config with basic unit tests
This commit is contained in:
@@ -12,7 +12,9 @@ dependencies = [
|
||||
"tidalapi==0.7.6",
|
||||
"pyyaml~=6.0",
|
||||
"tqdm~=4.64",
|
||||
"sqlalchemy~=2.0"
|
||||
"sqlalchemy~=2.0",
|
||||
"pytest~=7.0",
|
||||
"pytest-mock~=3.8"
|
||||
]
|
||||
|
||||
[tools.setuptools.packages."spotify_to_tidal"]
|
||||
@@ -20,4 +22,4 @@ where = "src"
|
||||
include = "spotify_to_tidal*"
|
||||
|
||||
[project.scripts]
|
||||
spotify_to_tidal = "spotify_to_tidal.__main__:main"
|
||||
spotify_to_tidal = "spotify_to_tidal.__main__:main"
|
||||
Reference in New Issue
Block a user