Skip to content
Snippets Groups Projects
Commit 22035c61f288 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

include Python 3.6 in appveyor build

parent 82f0f4861094
No related branches found
No related tags found
No related merge requests found
......@@ -10,23 +10,7 @@
matrix:
- PYTHON: "C:\\Python26"
PYTHON_VERSION: "2.6.6"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.9"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.5"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.3"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.0"
PYTHON_VERSION: "2.6"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python26-x64"
......@@ -30,6 +14,6 @@
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python26-x64"
PYTHON_VERSION: "2.6.6"
PYTHON_VERSION: "2.6"
PYTHON_ARCH: "64"
......@@ -34,3 +18,7 @@
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python27-x64"
......@@ -36,4 +24,4 @@
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.9"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
......@@ -38,3 +26,7 @@
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python33-x64"
......@@ -40,4 +32,4 @@
- PYTHON: "C:\\Python33-x64"
PYTHON_VERSION: "3.3.5"
PYTHON_VERSION: "3.3"
PYTHON_ARCH: "64"
......@@ -42,3 +34,7 @@
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python34-x64"
......@@ -44,4 +40,4 @@
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.3"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"
......@@ -46,3 +42,7 @@
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python35-x64"
......@@ -48,5 +48,13 @@
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.0"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
clone_depth: 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment