Files
3f73b62015e5e9b889ba8e35dddc1df414f87205
229 lines
6.5 KiB
Bash
229 lines
6.5 KiB
Bash
echo " -f, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added."
echo "Note: with no options specified, the script will try to run the tests in a virtual environment,"
with_venv=tools/with_venv.sh
fi
# NOTE(sirp): we only want to run pep8 when we're running the full-test suite,