From 153149fb94b3dfe63e8960a457311521ecf302c8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Apr 2015 11:14:21 -0700 Subject: Appveyor - use 64-bit python. Maybe this will help with the dll load failure? --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') 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: -- cgit v1.2.3