We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d0deb commit 79ae071Copy full SHA for 79ae071
python/deploy.py
@@ -73,7 +73,7 @@ def run_bdist(deploy_dir):
73
74
shutil.copytree(os.path.join(repo_dir, ".git"), ".git")
75
76
- shutil.copy(os.path.join(script_dir, ".coveragerc"), "module/.coveragerc")
+ # shutil.copy(os.path.join(script_dir, ".coveragerc"), "module/.coveragerc")
77
shutil.copy(os.path.join(script_dir, ".gitignore"), "module/.gitignore")
78
shutil.copy(os.path.join(script_dir, ".flake8"), "module/.flake8")
79
0 commit comments