Comment out 3.7 since the beta is not available in appveyor.

This commit is contained in:
Omer Katz 2018-03-23 10:45:46 +03:00 committed by GitHub
parent 75695205f6
commit 20aaab49df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -28,9 +28,9 @@ environment:
PYTHON_VERSION: "3.6.x" PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
- PYTHON: "C:\\Python37" # - PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.x" # PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "32" # PYTHON_ARCH: "32"
- PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x" PYTHON_VERSION: "2.7.x"
@ -52,10 +52,10 @@ environment:
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
WINDOWS_SDK_VERSION: "v7.1" WINDOWS_SDK_VERSION: "v7.1"
- PYTHON: "C:\\Python37-x64" # - PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x" # PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64" # PYTHON_ARCH: "64"
WINDOWS_SDK_VERSION: "v7.1" # WINDOWS_SDK_VERSION: "v7.1"
init: init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%" - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"