From 02ccfea0b4b20d83a6185e89055a3f32ef0933cc Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sun, 17 Sep 2017 11:40:26 +0200 Subject: [PATCH] Use local 2.7 python --- travis/python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/python.sh b/travis/python.sh index dbb92a4b6..0050005ec 100755 --- a/travis/python.sh +++ b/travis/python.sh @@ -5,6 +5,7 @@ set -xe [[ "$PYTHON" == false ]] && exit 0 pushd python_apps/airtime_analyzer +pyenv local 2.7 pip install -e . nosetests -a '!rgain' echo "replaygain tests where skipped due to not having a reliable replaygain install on travis."