From 6213604341707764f7eaf5bd9e503bd51bf683ab Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Wed, 22 Jan 2020 12:10:37 +0200 Subject: [PATCH] test api_clients and pypo --- travis/python.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/travis/python.sh b/travis/python.sh index 5ad3b7a93..4f8c59674 100755 --- a/travis/python.sh +++ b/travis/python.sh @@ -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