libretime/.github/scripts/python-pkg-test.sh
2020-12-29 10:03:41 -05:00

12 lines
154 B
Bash

#/bin/bash
# Starting at repo root
cd python_apps/airtime_analyzer
nosetests . -x -e
cd ../api_clients
nosetests . -x -e
# Reset to repo root
cd ../..