diff --git a/run_tests.sh b/run_tests.sh index a4c53d8a2..e4e594f8d 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -129,7 +129,7 @@ function run_pylint { function run_pep8 { echo "Running pep8 ..." - ${command_wrapper} pep8 $included_dirs || true + ${command_wrapper} pep8 $included_dirs } function run_sphinx {