From 081dab0e1cce7ac3c0f7e51da2472a87f72105bc Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Sat, 6 Apr 2019 21:22:39 -0400 Subject: [PATCH] Disable x86 runs AppVeyor is slooooow, `conda-forge` [doesn't build x86 anymore](https://github.com/conda-forge/staged-recipes/issues/5640), and probably nobody has one? --- .appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d4bd60a8aa..54cc55eb26 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,20 +14,20 @@ environment: # FIPY_SOLVERS: pysparse # FIPY_INLINE: 1 - - TARGET_ARCH: x86 - CONDA_PY: 27 - CONDA_INSTALL_LOCN: C:\\Miniconda - FIPY_SOLVERS: scipy +# - TARGET_ARCH: x86 +# CONDA_PY: 27 +# CONDA_INSTALL_LOCN: C:\\Miniconda +# FIPY_SOLVERS: scipy - TARGET_ARCH: x64 CONDA_PY: 27 CONDA_INSTALL_LOCN: C:\\Miniconda-x64 FIPY_SOLVERS: scipy - - TARGET_ARCH: x86 - CONDA_PY: 36 - CONDA_INSTALL_LOCN: C:\\Miniconda36 - FIPY_SOLVERS: scipy +# - TARGET_ARCH: x86 +# CONDA_PY: 36 +# CONDA_INSTALL_LOCN: C:\\Miniconda36 +# FIPY_SOLVERS: scipy - TARGET_ARCH: x64 CONDA_PY: 36