DeepSpeech/taskcluster/test-python_27-linux-amd64-opt.yml
Alexandre Lissy d4f3392aec Proper definition of .build.yml
Array to sr() was undocumented and is not supported in JS.

Fixes #925
2017-10-31 22:10:45 +01:00

14 lines
465 B
YAML

build:
template_file: test-linux-opt-base.tyml
dependencies:
- "linux-amd64-cpu-opt"
- "test-training-linux-amd64-opt"
system_setup:
>
apt-get -qq -y install ${python.packages.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-python-tests.sh 2.7.13"
metadata:
name: "DeepSpeech Linux AMD64 CPU Python v2.7 tests"
description: "Testing DeepSpeech for Linux/AMD64 on Python v2.7, CPU only, optimized version"