Add more 'no cover windows' comments

This commit is contained in:
Anthony Sottile
2018-12-31 13:33:28 -08:00
parent 177164b5a2
commit 4f9d0397b5
6 changed files with 24 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ def install_environment(
os.mkdir(directory)
def docker_cmd():
def docker_cmd(): # pragma: windows no cover
return (
'docker', 'run',
'--rm',