diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2019-11-11 12:00:16 +0100 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2020-03-07 10:43:39 +0100 |
| commit | 65fa92095484eb14b994574650809fca7cae2d2e (patch) | |
| tree | 5c786b215ec598b5beb2547dd04dda1391847358 /appveyor.yml | |
| parent | ccbe2dad46a70042c99876f7e81c0ddbb7fc1fa4 (diff) | |
| download | python-setuptools-git-65fa92095484eb14b994574650809fca7cae2d2e.tar.gz | |
Use CPython 3.8.0 mechanism to find msvc 14+
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index f7ab22f6..de4e6c66 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,15 @@ environment: CODECOV_ENV: APPVEYOR_JOB_NAME matrix: + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + APPVEYOR_JOB_NAME: "python35-x64-vs2015" + PYTHON: "C:\\Python35-x64" + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + APPVEYOR_JOB_NAME: "python35-x64-vs2017" + PYTHON: "C:\\Python35-x64" + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + APPVEYOR_JOB_NAME: "python35-x64-vs2019" + PYTHON: "C:\\Python35-x64" - APPVEYOR_JOB_NAME: "python36-x64" PYTHON: "C:\\Python36-x64" - APPVEYOR_JOB_NAME: "python37-x64" |
