Skip to content

Commit

Permalink
CI: Add Windows builds for Python 3.7 (refs #81, #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Oct 22, 2018
1 parent f4a5313 commit 43938a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ environment:
PYTHON_ARCH: 32
MSVC_VERSION: "Visual Studio 14"

- PYTHON: "C:\\Python37"
PYTHON_ARCH: 32
MSVC_VERSION: "Visual Studio 14"

# x64 builds
- PYTHON: "C:\\Python27-x64"
PYTHON_ARCH: 64
Expand All @@ -47,6 +51,10 @@ environment:
PYTHON_ARCH: 64
MSVC_VERSION: "Visual Studio 14 Win64"

- PYTHON: "C:\\Python37-x64"
PYTHON_ARCH: 64
MSVC_VERSION: "Visual Studio 14 Win64"

init:
- "ECHO %PYTHON% %PYTHON_ARCH% %MSVC_VERSION%"
- "%PYTHON%\\python.exe --version"
Expand Down

0 comments on commit 43938a1

Please sign in to comment.