test api_clients and pypo
This commit is contained in:
parent
82042e8c69
commit
6213604341
1 changed files with 11 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue