Reverting Python testing

This commit is contained in:
Zachary Klosko 2020-12-18 09:20:13 -05:00
parent e67bf8545d
commit f1a58fc8ca
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
# Starting at repo root
cd python_apps/airtime_analyzer
nosetests . -x -e
nosetests . -x
cd ../api_clients
nosetests . -x -e
nosetests . -x
# Reset to repo root
cd ../..