Reverting Python testing
This commit is contained in:
parent
e67bf8545d
commit
f1a58fc8ca
|
@ -3,10 +3,10 @@
|
||||||
# Starting at repo root
|
# Starting at repo root
|
||||||
|
|
||||||
cd python_apps/airtime_analyzer
|
cd python_apps/airtime_analyzer
|
||||||
nosetests . -x -e
|
nosetests . -x
|
||||||
|
|
||||||
cd ../api_clients
|
cd ../api_clients
|
||||||
nosetests . -x -e
|
nosetests . -x
|
||||||
|
|
||||||
# Reset to repo root
|
# Reset to repo root
|
||||||
cd ../..
|
cd ../..
|
Loading…
Reference in New Issue