add chaudum fixes
This commit is contained in:
parent
8346e89e99
commit
ea54493c21
9 changed files with 33 additions and 49 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue