Install deps for test
This commit is contained in:
parent
bd15ba6e6f
commit
1ba907c5a1
|
@ -4,7 +4,8 @@ set -xe
|
||||||
|
|
||||||
[[ "$PYTHON" == false ]] && exit 0
|
[[ "$PYTHON" == false ]] && exit 0
|
||||||
|
|
||||||
pushd python_apps/airtime_analyzer
|
pushd python_apps/airtime_analyzer
|
||||||
|
pip install -e .
|
||||||
nosetests -a '!rgain'
|
nosetests -a '!rgain'
|
||||||
echo "replaygain tests where skipped due to not having a reliable replaygain install on travis."
|
echo "replaygain tests where skipped due to not having a reliable replaygain install on travis."
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue