test api_clients and pypo

This commit is contained in:
Kyle Robbertze 2020-01-22 12:10:37 +02:00
parent 82042e8c69
commit 6213604341
1 changed files with 11 additions and 1 deletions

View File

@ -4,8 +4,18 @@ set -xe
[[ "$PYTHON" == false ]] && exit 0
pushd python_apps/airtime_analyzer
pyenv local 3.7
pushd python_apps/airtime_analyzer
pip3 install -e .
nosetests
popd
pushd python_apps/api_clients
pip3 install -e .
nosetests
popd
pushd python_apps/pypo
pip3 install -e .
nosetests
popd