test travis against py3
This commit is contained in:
parent
81ad2fc705
commit
cf2dda4532
2 changed files with 7 additions and 8 deletions
|
@ -5,8 +5,8 @@ set -xe
|
|||
[[ "$PYTHON" == false ]] && exit 0
|
||||
|
||||
pushd python_apps/airtime_analyzer
|
||||
pyenv local 2.7
|
||||
pip install -e .
|
||||
pyenv local 3.7
|
||||
pip3 install -e .
|
||||
nosetests -a '!rgain'
|
||||
echo "replaygain tests where skipped due to not having a reliable replaygain install on travis."
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue