commit | 0cc26b6aede5971f7e15f101dd7cd55e4c40c2c9 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Thu Jan 03 18:07:09 2013 -0500 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Thu Jan 03 18:07:09 2013 -0500 |
tree | b28169f991bf57aba75907395959d8850b2770f7 | |
parent | 44f96b1ebb06f69220f7c4e62be7489e39549e5d [diff] |
Fix venv for ./run_tests.sh -p Currently just running pep8 with ./run_test.sh -p is not using the venv because the wrapper definition was occurring after tools/hacking.py was run. This moves the pep8 check to after the venv setup to fix this issue. Change-Id: Ie9fd2a427d8e8875d0cb0db885ea442b2d29ae73