Skip to content

Commit

Permalink
add 32bit architectures for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Bollweg committed Jun 13, 2016
1 parent 2b52052 commit b11a60c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ environment:
matrix:
# Note: Because we have to separate the py2 and py3 components due to compiler version, we have a race condition for non-python packages.
# Not sure how to resolve this, but maybe we should be tracking the VS version in the build string anyway?
- TARGET_ARCH: "x86"
CONDA_PY: "27"
PY_CONDITION: "python >=2.7,<3"
- TARGET_ARCH: "x86"
CONDA_PY: "34"
PY_CONDITION: "python >=3.4,<3.5"
- TARGET_ARCH: "x86"
CONDA_PY: "35"
PY_CONDITION: "python >=3.5"
- TARGET_ARCH: "x64"
CONDA_PY: "27"
PY_CONDITION: "python >=2.7,<3"
Expand Down

0 comments on commit b11a60c

Please sign in to comment.