Skip to content

Commit

Permalink
Disable x86 runs
Browse files Browse the repository at this point in the history
AppVeyor is slooooow,
`conda-forge` [doesn't build x86 anymore](conda-forge/staged-recipes#5640),
and probably nobody has one?
  • Loading branch information
guyer committed Apr 7, 2019
1 parent 2d27ee9 commit 081dab0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 081dab0

Please sign in to comment.