diff --git a/jobs/templates/swh-pipeline.groovy b/jobs/templates/swh-pipeline.groovy --- a/jobs/templates/swh-pipeline.groovy +++ b/jobs/templates/swh-pipeline.groovy @@ -45,6 +45,9 @@ echo 'flake8' sh '''python3 -m tox -e flake8''' + echo 'mypy' + sh '''if python3 -m tox -a | grep -qx mypy ; then python3 -m tox -e mypy ; fi''' + echo 'radon'; sh ''' mkdir -p reports