run_test.sh 210 Bytes
Newer Older
moto's avatar
moto committed
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -e

eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env

python -m torch.utils.collect_env
moto's avatar
moto committed
9
pytest --cov=torchaudio --junitxml=test-results/junit.xml -v --durations 20 test