Remove official Appveyor support (#2386)
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import os
|
||||
|
||||
import jinja2
|
||||
import pytest
|
||||
|
||||
from . import utils
|
||||
from .test_projects import TestProject
|
||||
@@ -100,9 +97,6 @@ def test_cpp17(tmp_path):
|
||||
"""
|
||||
cpp17_project.generate(project_dir)
|
||||
|
||||
if os.environ.get("APPVEYOR_BUILD_WORKER_IMAGE", "") == "Visual Studio 2015":
|
||||
pytest.skip("Visual Studio 2015 does not support C++17")
|
||||
|
||||
add_env = {}
|
||||
if utils.platform == "macos":
|
||||
add_env["MACOSX_DEPLOYMENT_TARGET"] = "10.13"
|
||||
|
||||
Reference in New Issue
Block a user