Skip to content

Commit

Permalink
Add Python 3.6.3 to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Nov 5, 2017
1 parent 0d36c5c commit ef4015d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.10"
PYTHON_VERSION: "2.7.14"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python33"
Expand All @@ -23,8 +23,12 @@ environment:
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.6.3"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.10"
PYTHON_VERSION: "2.7.14"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python33-x64"
Expand All @@ -39,6 +43,10 @@ environment:
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.6.3"
PYTHON_ARCH: "64"

clone_depth: 25

init:
Expand Down

0 comments on commit ef4015d

Please sign in to comment.