From 1ba907c5a179ce918bf7b19db974588f55de7243 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sun, 17 Sep 2017 11:35:36 +0200 Subject: [PATCH] Install deps for test --- travis/python.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis/python.sh b/travis/python.sh index 27e4441f2..dbb92a4b6 100755 --- a/travis/python.sh +++ b/travis/python.sh @@ -4,7 +4,8 @@ set -xe [[ "$PYTHON" == false ]] && exit 0 -pushd python_apps/airtime_analyzer +pushd python_apps/airtime_analyzer +pip install -e . nosetests -a '!rgain' echo "replaygain tests where skipped due to not having a reliable replaygain install on travis." popd