Skip to content

Commit

Permalink
Switch Appveyor to 64 bit architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnaden committed Nov 20, 2017
1 parent 7849f99 commit e71f0cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\devtools\\appveyor\\run_with_env.cmd"

matrix:
- PYTHON: "C:\\Python35_32"
- PYTHON: "C:\\Python35_64"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "32"
PYTHON_ARCH: "64"
CONDA_PY: "35"
CONDA_NPY: "112"

- PYTHON: "C:\\Python36_32"
- PYTHON: "C:\\Python36_64"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32"
PYTHON_ARCH: "64"
CONDA_PY: "36"
CONDA_NPY: "112"

Expand All @@ -23,7 +23,7 @@ install:
# as well as pip, conda-build, and the binstar CLI
- ps: . ".\\devtools\\appveyor\\install.ps1"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- conda config --add channels http://conda.binstar.org/omnia
- conda config --add channels omnia
- conda config --add channels conda-forge

build: false
Expand Down

0 comments on commit e71f0cf

Please sign in to comment.