Not sure what PHP version is being used for each, but composer install works on both tests
12 lines
142 B
Bash
12 lines
142 B
Bash
#/bin/bash
|
|
|
|
# Starting at repo root
|
|
|
|
cd python_apps/airtime_analyzer
|
|
nosetests .
|
|
|
|
cd ../api_clients
|
|
nosetests .
|
|
|
|
# Reset to repo root
|
|
cd ../.. |