diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-01 15:00:24 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-02 20:05:14 -0700 |
commit | 07fa8cc957880614319aeb5b88c88ae367d954d9 (patch) | |
tree | e524c5eac40241274db0d30f107bf32cb6ce7a4b | |
parent | 6a04b9217675a1a072b01ade0f2664b30f67bde6 (diff) | |
download | numpy-07fa8cc957880614319aeb5b88c88ae367d954d9.tar.gz |
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.
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml index 59389462d..e9467e093 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,12 +12,6 @@ environment: - PY_MAJOR_VER: 3 PYTHON_ARCH: "x86" -matrix: - #fast_finish: true - allow_failures: - - PY_MAJOR_VER: 2 - - PY_MAJOR_VER: 3 - build_script: - 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" - cmd: C:\Miniconda.exe /S /D=C:\Py |