Skip to content

Commit 45f12e4

Browse files
ogrisellesteve
authored andcommitted
MAINT divide appveyor builds by 2 (scikit-learn#11582)
while still testing old and new python and 32 and 64 bitnesses
1 parent 0b8d362 commit 45f12e4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ environment:
1717
SKLEARN_SKIP_NETWORK_TESTS: 1
1818

1919
matrix:
20-
- PYTHON: "C:\\Python37"
21-
PYTHON_VERSION: "3.7.0"
22-
PYTHON_ARCH: "32"
23-
2420
- PYTHON: "C:\\Python37-x64"
2521
PYTHON_VERSION: "3.7.0"
2622
PYTHON_ARCH: "64"
@@ -29,10 +25,6 @@ environment:
2925
PYTHON_VERSION: "2.7.8"
3026
PYTHON_ARCH: "32"
3127

32-
- PYTHON: "C:\\Python27-x64"
33-
PYTHON_VERSION: "2.7.8"
34-
PYTHON_ARCH: "64"
35-
3628

3729
# Because we only have a single worker, we don't want to waste precious
3830
# appveyor CI time and make other PRs wait for repeated failures in a failing

0 commit comments

Comments
 (0)