Files
6a36c901b4e72b70ad69e27b50e598d053d4c749
72 lines
2.0 KiB
Bash
72 lines
2.0 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,"
if [ -e ${venv} ]; then
else
fi