Skip to content

Commit

Permalink
update coverage guid
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Dec 31, 2018
1 parent 9d69627 commit 46f260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -132,7 +132,7 @@ def write_version():
add_htmlhelp=sys.platform.startswith("win"),
coverage_options=dict(omit=["*exclude*.py"]),
github_owner="sdpython",
fLOG=logging_function, covtoken=("edb05dc5-c703-4043-a0fa-aeabda20fa27", "'_UT_37_std' in outfile"))
fLOG=logging_function, covtoken=("fb2728b3-4c16-48b4-89fa-9e0b2b0580a4", "'_UT_37_std' in outfile"))
if not r and not ({"bdist_msi", "sdist",
"bdist_wheel", "publish", "publish_doc", "register",
"upload_docs", "bdist_wininst", "build_ext"} & set(sys.argv)):
Expand Down

0 comments on commit 46f260b

Please sign in to comment.