Skip to content

Commit

Permalink
Python 3.7 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jul 11, 2018
1 parent c7b3146 commit 72b4aa0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Expand Up @@ -11,6 +11,12 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\tools\\run_with_env.cmd"

matrix:
- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: 32
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: 64
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: 32
Expand All @@ -35,12 +41,6 @@ environment:
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: 64
# - PYTHON: "C:\\Python37"
# PYTHON_VERSION: "3.7.x"
# PYTHON_ARCH: 32
# - PYTHON: "C:\\Python37-x64"
# PYTHON_VERSION: "3.7.x"
# PYTHON_ARCH: 64
matrix:
fast_finish: true

Expand Down

0 comments on commit 72b4aa0

Please sign in to comment.