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