diff --git a/integration-test/test.sh b/integration-test/test.sh index 2dd8963f..f4b20564 100755 --- a/integration-test/test.sh +++ b/integration-test/test.sh @@ -15,6 +15,6 @@ fi git clone $REPO_ROOT/$org/$project --depth=1 cd $project set +e -flake8 +flake8 --select H --statistics cd .. rm -rf $project