8000 TST: Enable AppVeyor failure to be reported. · numpy/numpy@07fa8cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 07fa8cc

Browse files
committed
TST: Enable AppVeyor failure to be reported.
AppVeyor failures were filtered out until numpy issues were fixed. The last issues were the test_mem_overlap failures on 64 bit windows, and those are fixed.
1 parent 6a04b92 commit 07fa8cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ environment:
1212
- PY_MAJOR_VER: 3
1313
PYTHON_ARCH: "x86"
1414

15-
matrix:
16-
#fast_finish: true
17-
allow_failures:
18-
- PY_MAJOR_VER: 2
19-
- PY_MAJOR_VER: 3
20-
2115
build_script:
2216
- ps: Start-FileDownload "https://repo.continuum.io/miniconda/Miniconda$env:PY_MAJOR_VER-latest-Windows-$env:PYTHON_ARCH.exe" C:\Miniconda.exe; echo "Finished downloading miniconda"
2317
- cmd: C:\Miniconda.exe /S /D=C:\Py

0 commit comments

Comments
 (0)
0