add chaudum fixes

This commit is contained in:
Kyle Robbertze 2020-01-20 14:44:17 +02:00
parent 8346e89e99
commit ea54493c21
9 changed files with 33 additions and 49 deletions

View file

@ -4,11 +4,12 @@ set -xe
[[ "$PYTHON" == false ]] && exit 0
python3 --version
pushd python_apps/airtime_analyzer
pyenv local 3.7
pyenv local 3.4
pip3 install -e .
nosetests -a '!rgain'
echo "replaygain tests where skipped due to not having a reliable replaygain install on travis."
nosetests
popd
echo "Building docs..."