diff --git a/tox.ini b/tox.ini index 870bd20a1a..d297907448 100644 --- a/tox.ini +++ b/tox.ini @@ -149,7 +149,7 @@ commands = --outdir {toxinidir}/dist/ \ {toxinidir} # Validate metadata using twine - twine check {toxinidir}/dist/* + twine check --strict {toxinidir}/dist/* # Install the wheel sh -c "python3 -m pip install {toxinidir}/dist/*.whl" # Re-assure ansible is not installed