run_test.sh 262 Bytes
Newer Older
moto's avatar
moto committed
1
2
3
4
#!/usr/bin/env bash

set -e

5
eval "$(./conda/Scripts/conda.exe 'shell.bash' 'hook')"
moto's avatar
moto committed
6
7
8
conda activate ./env

python -m torch.utils.collect_env
9
10
cd test
pytest --cov=torchaudio --junitxml=../test-results/junit.xml -v --durations 20 torchaudio_unittest
11
coverage html