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:
test:
docker:
- image: python:3
- image: python:3.7
working_directory: ~/spleeter
steps:
- checkout