Update run_tests.sh to run flake8 too.
Change-Id: I6fce8ef0a293fb92c7e0ceb4ef88284e93022b54
This commit is contained in:
@@ -172,8 +172,8 @@ function copy_subunit_log {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function run_pep8 {
|
function run_pep8 {
|
||||||
echo "Running PEP8 and HACKING compliance check..."
|
echo "Running flake8 ..."
|
||||||
bash -c "${wrapper} tools/run_pep8.sh"
|
bash -c "${wrapper} flake8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user