summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2015-12-29 10:26:27 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2015-12-29 10:26:27 +0100
commit004639d07fd161d1394f5dda1b6ed42c777f3c80 (patch)
treec87afe09a070aeebbe507edd10df9151315c3413
parentefd5fbe1234cb140624e80ac262f3d64d35dd8c7 (diff)
parent4f7a60538eb031092ab84816afa56b51ee84f8bd (diff)
downloadnumpy-004639d07fd161d1394f5dda1b6ed42c777f3c80.tar.gz
Merge pull request #6893 from charris/fix-appveyor-gh-6882
TST: Only use 32 bit Python 2.7 to test numpy on appveyor.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 68c3f279e..59389462d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,7 +6,7 @@ os: Visual Studio 2015
environment:
matrix:
- PY_MAJOR_VER: 2
- PYTHON_ARCH: "x86_64"
+ PYTHON_ARCH: "x86"
- PY_MAJOR_VER: 3
PYTHON_ARCH: "x86_64"
- PY_MAJOR_VER: 3