8000 appveyor: disable py2 and py34 build · APCLab/opencv-python@706adbe · GitHub
[go: up one dir, main page]

Skip to content

Commit 706adbe

Browse files
committed
appveyor: disable py2 and py34 build
1 parent 099e7a8 commit 706adbe

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

appveyor.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ environment:
66
secure: HHNjmjxQSvgSY9Zde0qh6A==
77

88
matrix:
9-
- PYTHON: "C:/Python27"
10-
BUILD_ENV: "Visual Studio 14"
11-
BUILD_DIR: "build"
12-
PYTHON_VERSION: "2.7"
13-
- PYTHON: "C:/Python27-x64"
14-
BUILD_ENV: "Visual Studio 14 Win64"
15-
BUILD_DIR: "build64"
16-
PYTHON_VERSION: "2.7"
17-
- PYTHON: "C:/Python34"
18-
BUILD_ENV: "Visual Studio 14"
19-
BUILD_DIR: "build"
20-
PYTHON_VERSION: "3.4"
21-
- PYTHON: "C:/Python34-x64"
22-
BUILD_ENV: "Visual Studio 14 Win64"
23-
BUILD_DIR: "build64"
24-
PYTHON_VERSION: "3.4"
9+
# - PYTHON: "C:/Python27"
10+
# BUILD_ENV: "Visual Studio 14"
11+
# BUILD_DIR: "build"
12+
# PYTHON_VERSION: "2.7"
13+
# - PYTHON: "C:/Python27-x64"
14+
# BUILD_ENV: "Visual Studio 14 Win64"
15+
# BUILD_DIR: "build64"
16+
# PYTHON_VERSION: "2.7"
17+
# - PYTHON: "C:/Python34"
18+
# BUILD_ENV: "Visual Studio 14"
19+
# BUILD_DIR: "build"
20+
# PYTHON_VERSION: "3.4"
21+
# - PYTHON: "C:/Python34-x64"
22+
# BUILD_ENV: "Visual Studio 14 Win64"
23+
# BUILD_DIR: "build64"
24+
# PYTHON_VERSION: "3.4"
2525
- PYTHON: "C:/Python35"
2626
BUILD_ENV: "Visual Studio 14"
2727
BUILD_DIR: "build"

0 commit comments

Comments
 (0)
0