This repository was archived by the owner on Dec 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ sudo: false
22language : python
33python :
44 - " 2.7"
5- - " 3.4"
65 - " 3.5"
6+ - " 3.6"
77install :
88 # We do this conditionally because it saves us some downloading if the
99 # version is the same.
Original file line number Diff line number Diff line change @@ -9,26 +9,21 @@ environment:
99 CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ build_tools\\ appveyor\\ run_with_env.cmd"
1010
1111 matrix :
12- - PYTHON : " C:\\ Python27"
13- PYTHON_VERSION : " 2.7.8"
12+ - PYTHON_VERSION : " 2.7.13"
1413 PYTHON_ARCH : " 32"
1514 MINICONDA : " C:\\ Miniconda"
1615
17- - PYTHON : " C:\\ Python27-x64"
18- PYTHON_VERSION : " 2.7.8"
16+ - PYTHON_VERSION : " 2.7.13"
1917 PYTHON_ARCH : " 64"
2018 MINICONDA : " C:\\ Miniconda-x64"
2119
22- - PYTHON : " C:\\ Python35"
23- PYTHON_VERSION : " 3.5.0"
20+ - PYTHON_VERSION : " 3.6.0"
2421 PYTHON_ARCH : " 32"
25- MINICONDA : " C:\\ Miniconda35 "
22+ MINICONDA : " C:\\ Miniconda36 "
2623
27- - PYTHON : " C:\\ Python35-x64"
28- PYTHON_VERSION : " 3.5.0"
24+ - PYTHON_VERSION : " 3.6.0"
2925 PYTHON_ARCH : " 64"
30- MINICONDA : " C:\\ Miniconda35-x64"
31-
26+ MINICONDA : " C:\\ Miniconda36-x64"
3227
3328
3429install :
You can’t perform that action at this time.
0 commit comments