Update run_tests.sh to run flake8 too.

Change-Id: I6fce8ef0a293fb92c7e0ceb4ef88284e93022b54
This commit is contained in:
Monty Taylor 2013-05-19 19:59:15 -04:00
parent 70638961bc
commit e5bf326c39
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@ function copy_subunit_log {
}
function run_pep8 {
echo "Running PEP8 and HACKING compliance check..."
bash -c "${wrapper} tools/run_pep8.sh"
echo "Running flake8 ..."
bash -c "${wrapper} flake8"
}