mirror of
https://github.com/google/brotli.git
synced 2024-11-22 11:40:06 +00:00
[appveyor] add Python 3.5.0
This commit is contained in:
parent
dec50518d4
commit
33331769ff
@ -15,6 +15,10 @@ environment:
|
||||
PYTHON_VERSION: "3.4.x"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
- PYTHON: "C:\\Python35"
|
||||
PYTHON_VERSION: "3.5.0"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
- PYTHON: "C:\\Python27-x64"
|
||||
PYTHON_VERSION: "2.7.x"
|
||||
PYTHON_ARCH: "64"
|
||||
@ -25,6 +29,10 @@ environment:
|
||||
PYTHON_ARCH: "64"
|
||||
WINDOWS_SDK_VERSION: "v7.1"
|
||||
|
||||
- PYTHON: "C:\\Python35-x64"
|
||||
PYTHON_VERSION: "3.5.0"
|
||||
PYTHON_ARCH: "64"
|
||||
|
||||
init:
|
||||
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user