diff --git a/appveyor.yml b/appveyor.yml index 6f9f9170..c47608b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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