Skip to content

Commit f5ca32e

Browse files
committed
Ensure twine checks the README in strict mode.
1 parent b4f7fae commit f5ca32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def readme(session):
115115
session.install("build", "docutils", "twine")
116116
tmpdir = session.create_tmp()
117117
session.run("python", "-m", "build", ROOT, "--outdir", tmpdir)
118-
session.run("python", "-m", "twine", "check", tmpdir + "/*")
118+
session.run("python", "-m", "twine", "check", "--strict", tmpdir + "/*")
119119
session.run("rst2html5.py", "--halt=warning", CHANGELOG, "/dev/null")
120120

121121

0 commit comments

Comments
 (0)