Use local 2.7 python

This commit is contained in:
Lucas Bickel 2017-09-17 11:40:26 +02:00
parent 1ba907c5a1
commit 02ccfea0b4
1 changed files with 1 additions and 0 deletions

View File

@ -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."