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
2
2
language : python
3
3
python :
4
4
- " 2.7"
5
- - " 3.4"
6
5
- " 3.5"
6
+ - " 3.6"
7
7
install :
8
8
# We do this conditionally because it saves us some downloading if the
9
9
# version is the same.
Original file line number Diff line number Diff line change @@ -9,26 +9,21 @@ environment:
9
9
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ build_tools\\ appveyor\\ run_with_env.cmd"
10
10
11
11
matrix :
12
- - PYTHON : " C:\\ Python27"
13
- PYTHON_VERSION : " 2.7.8"
12
+ - PYTHON_VERSION : " 2.7.13"
14
13
PYTHON_ARCH : " 32"
15
14
MINICONDA : " C:\\ Miniconda"
16
15
17
- - PYTHON : " C:\\ Python27-x64"
18
- PYTHON_VERSION : " 2.7.8"
16
+ - PYTHON_VERSION : " 2.7.13"
19
17
PYTHON_ARCH : " 64"
20
18
MINICONDA : " C:\\ Miniconda-x64"
21
19
22
- - PYTHON : " C:\\ Python35"
23
- PYTHON_VERSION : " 3.5.0"
20
+ - PYTHON_VERSION : " 3.6.0"
24
21
PYTHON_ARCH : " 32"
25
- MINICONDA : " C:\\ Miniconda35 "
22
+ MINICONDA : " C:\\ Miniconda36 "
26
23
27
- - PYTHON : " C:\\ Python35-x64"
28
- PYTHON_VERSION : " 3.5.0"
24
+ - PYTHON_VERSION : " 3.6.0"
29
25
PYTHON_ARCH : " 64"
30
- MINICONDA : " C:\\ Miniconda35-x64"
31
-
26
+ MINICONDA : " C:\\ Miniconda36-x64"
32
27
33
28
34
29
install :
You can’t perform that action at this time.
0 commit comments