diff --git a/.travis.yml b/.travis.yml index 80e7f0318..39525a775 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ addons: - python-nose - python-rgain - python-gst-1.0 + - python-magic - mp3gain install: - > diff --git a/travis/python.sh b/travis/python.sh index 27e4441f2..0050005ec 100755 --- a/travis/python.sh +++ b/travis/python.sh @@ -4,7 +4,9 @@ set -xe [[ "$PYTHON" == false ]] && exit 0 -pushd python_apps/airtime_analyzer +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." popd