Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update coverage setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 26, 2016
1 parent 126b4f7 commit 3a6d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -170,7 +170,7 @@ def write_version():
layout=["html"],
add_htmlhelp=sys.platform.startswith("win"),
coverage_options=dict(omit=["*exclude*.py"]),
fLOG=logging_function, covtoken=("24e81424-08ba-4ca7-be23-66c1292", "'_UT_35_std' in outfile"))
fLOG=logging_function, covtoken=("24e81424-08ba-4ca7-be23-66c12926565f ", "'_UT_35_std' in outfile"))
if not r and not ({"bdist_msi", "sdist",
"bdist_wheel", "publish", "publish_doc", "register",
"upload_docs", "bdist_wininst"} & set(sys.argv)):
Expand Down

0 comments on commit 3a6d652

Please sign in to comment.