test api_clients and pypo
This commit is contained in:
parent
82042e8c69
commit
6213604341
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue