libretime/.github/scripts/python-pkg-test.sh
Zachary Klosko 34c511208c Bionic and Xenial tests work
Not sure what PHP version is being used for each, but composer install works on both tests
2020-12-29 10:03:41 -05:00

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 ../..