diff options
author | Ian Henriksen <insertinterestingnamehere@gmail.com> | 2015-12-22 13:22:18 -0700 |
---|---|---|
committer | Ian Henriksen <insertinterestingnamehere@gmail.com> | 2015-12-22 13:23:01 -0700 |
commit | 68bcaa13904f6e9efaef9ec3ae27797f648ee80c (patch) | |
tree | 72a94fe9565c4c9d49e51646a0f285afab8063ad | |
parent | 765422cfa5a959985808bbf11f7a6a58a9dc5e46 (diff) | |
download | numpy-68bcaa13904f6e9efaef9ec3ae27797f648ee80c.tar.gz |
TST: Add a 32 bit Python 3 build to the appveyor build matrix.
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 026db34ea..68c3f279e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,10 +4,13 @@ clone_depth: 1 os: Visual Studio 2015 environment: - PYTHON_ARCH: "x86_64" matrix: - PY_MAJOR_VER: 2 + PYTHON_ARCH: "x86_64" - PY_MAJOR_VER: 3 + PYTHON_ARCH: "x86_64" + - PY_MAJOR_VER: 3 + PYTHON_ARCH: "x86" matrix: #fast_finish: true |