azure pipelines [skip travis] [skip appveyor]

This commit is contained in:
Anthony Sottile 2019-04-28 17:36:54 -07:00
parent 09e64e8ff6
commit 9c6edab726
9 changed files with 72 additions and 85 deletions

View file

@ -30,8 +30,8 @@ def cmd_output_mocked_pre_commit_home(*args, **kwargs):
skipif_cant_run_docker = pytest.mark.skipif(
docker_is_running() is False,
reason='Docker isn\'t running or can\'t be accessed',
os.name == 'nt' or not docker_is_running(),
reason="Docker isn't running or can't be accessed",
)
skipif_cant_run_swift = pytest.mark.skipif(