fix: add direct module testing

This commit is contained in:
Félix Voituret
2019-11-06 23:30:41 +01:00
parent e26e0ed204
commit a633c26265

View File

@@ -11,7 +11,7 @@ jobs:
command: pip install . --user
- run:
name: test separation
command: spleeter separate -i audio_example.mp3 -o .
command: python -m spleeter separate -i audio_example.mp3 -o .
upload:
docker:
- image: circleci/python:3.6.1