We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8d362 commit 45f12e4Copy full SHA for 45f12e4
appveyor.yml
@@ -17,10 +17,6 @@ environment:
17
SKLEARN_SKIP_NETWORK_TESTS: 1
18
19
matrix:
20
- - PYTHON: "C:\\Python37"
21
- PYTHON_VERSION: "3.7.0"
22
- PYTHON_ARCH: "32"
23
-
24
- PYTHON: "C:\\Python37-x64"
25
PYTHON_VERSION: "3.7.0"
26
PYTHON_ARCH: "64"
@@ -29,10 +25,6 @@ environment:
29
PYTHON_VERSION: "2.7.8"
30
PYTHON_ARCH: "32"
31
27
32
- - PYTHON: "C:\\Python27-x64"
33
- PYTHON_VERSION: "2.7.8"
34
- PYTHON_ARCH: "64"
35
36
28
37
# Because we only have a single worker, we don't want to waste precious
38
# appveyor CI time and make other PRs wait for repeated failures in a failing
0 commit comments