diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 584ff8e5a..0813f2b2e 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -27,6 +27,7 @@ function display_result { if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then source ./venv/bin/activate fi + pycodestyle . display_result $? 1 "Code style check"