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