test api_clients and pypo
This commit is contained in:
parent
82042e8c69
commit
6213604341
|
@ -4,8 +4,18 @@ set -xe
|
||||||
|
|
||||||
[[ "$PYTHON" == false ]] && exit 0
|
[[ "$PYTHON" == false ]] && exit 0
|
||||||
|
|
||||||
pushd python_apps/airtime_analyzer
|
|
||||||
pyenv local 3.7
|
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 .
|
pip3 install -e .
|
||||||
nosetests
|
nosetests
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue