summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-26 11:14:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-26 11:14:21 -0700
commit153149fb94b3dfe63e8960a457311521ecf302c8 (patch)
tree44b72716902a1350e32e2f255c48556b7c347088 /appveyor.yml
parentf26d60deacc2d4cbce37fb54602f491e12494557 (diff)
Appveyor - use 64-bit python.
Maybe this will help with the dll load failure?
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d1c24e2..d86785b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,7 @@
environment:
- PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4.1"
- PYTHON_ARCH: "32"
+ PYTHON: "C:\\Python34-x64"
+ PYTHON_VERSION: "3.4.3"
+ PYTHON_ARCH: "64"
# set up for nmake:
install: