Files
5cb6f500d82dcd3a17e4b4ec78fcfc5f6a6e0327
214 lines
6.1 KiB
Bash
214 lines
6.1 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
Run tools/hacking.py instead of pep8 mandatory.
Change-Id: I81db73588ece36dec4dba90b9841ed6d0fac6a8f
echo "Running PEP8 and HACKING compliance check..."
fi
# NOTE(sirp): we only want to run pep8 when we're running the full-test suite,