Skip to content

Commit 79ae071

Browse files
committed
removed .coveragerc from deploy
1 parent 43d0deb commit 79ae071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run_bdist(deploy_dir):
7373

7474
shutil.copytree(os.path.join(repo_dir, ".git"), ".git")
7575

76-
shutil.copy(os.path.join(script_dir, ".coveragerc"), "module/.coveragerc")
76+
# shutil.copy(os.path.join(script_dir, ".coveragerc"), "module/.coveragerc")
7777
shutil.copy(os.path.join(script_dir, ".gitignore"), "module/.gitignore")
7878
shutil.copy(os.path.join(script_dir, ".flake8"), "module/.flake8")
7979

0 commit comments

Comments
 (0)