Files
c1857d6f4fa432b1e708270cbd46aa19510902e1
227 lines
6.5 KiB
Bash
227 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
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,