Add a 64bit python 3.4 build

This commit is contained in:
Steven Silvester
2015-09-16 08:02:15 -05:00
parent f20e2c3c1a
commit b9101202fb
+3 -3
View File
@@ -22,9 +22,9 @@ environment:
# PYTHON_VERSION: "3.4.2"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Python24_64"
# PYTHON_VERSION: "3.4.2"
# PYTHON_ARCH: "64"
- PYTHON: "C:\\Python34_64"
PYTHON_VERSION: "3.4.2"
PYTHON_ARCH: "64"
install:
# Install Python (from the official .msi of http://python.org) and pip when