Unverified Commit 3ad86ae4 authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #429 from cclauss/patch-1

appveyor.yml: Python 3.9 and 3.10
parents db109f77 7afa887a
......@@ -7,24 +7,24 @@ environment:
TEST_DEPENDS: "nose"
matrix:
- PYTHON: "C:\\Miniconda"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Miniconda-x64"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Miniconda35"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Miniconda35-x64"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Miniconda36"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Miniconda36-x64"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
#- PYTHON: "C:\\Miniconda"
# PYTHON_VERSION: "2.7"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda-x64"
# PYTHON_VERSION: "2.7"
# PYTHON_ARCH: "64"
#- PYTHON: "C:\\Miniconda35"
# PYTHON_VERSION: "3.5"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda35-x64"
# PYTHON_VERSION: "3.5"
# PYTHON_ARCH: "64"
#- PYTHON: "C:\\Miniconda36"
# PYTHON_VERSION: "3.6"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda36-x64"
# PYTHON_VERSION: "3.6"
# PYTHON_ARCH: "64"
- PYTHON: "C:\\Miniconda37"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "32"
......@@ -38,7 +38,7 @@ platform:
- x64
matrix:
fast_finish: true
fast_finish: false
install:
# Install miniconda and fix headers
......@@ -85,7 +85,11 @@ test_script:
- ps: .\install_python.ps1
- set PYTHON=C:\Python38
- ps: .\install_python.ps1
- set PYTHON=C:\Python39rc1-x64
- set PYTHON=C:\Python39-x64
- ps: .\install_python.ps1
- set PYTHON=C:\Python39
- ps: .\install_python.ps1
- set PYTHON=C:\Python310-x64
- ps: .\install_python.ps1
- set PYTHON=C:\Python39rc1
- set PYTHON=C:\Python310
- ps: .\install_python.ps1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment