fix: add python constraint

This commit is contained in:
Félix Voituret
2019-11-06 23:42:02 +01:00
parent ef1ad36540
commit 8f4de69329

View File

@@ -2,7 +2,7 @@ version: 2
jobs: jobs:
test: test:
docker: docker:
- image: python:3 - image: python:3.7
working_directory: ~/spleeter working_directory: ~/spleeter
steps: steps:
- checkout - checkout