Try setting appveyor to Python2 64

This commit is contained in:
Matthew Honnibal 2018-07-24 20:47:03 +02:00
parent 6303ce3d0e
commit e05bebce8e
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ environment:
# For Python versions available on Appveyor, see # For Python versions available on Appveyor, see
# http://www.appveyor.com/docs/installed-software#python # http://www.appveyor.com/docs/installed-software#python
- PYTHON: "C:\\Python27" #- PYTHON: "C:\\Python27"
#- PYTHON: "C:\\Python34" #- PYTHON: "C:\\Python34"
#- PYTHON: "C:\\Python35" #- PYTHON: "C:\\Python35"
#- PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64"
#- DISTUTILS_USE_SDK: "1" #- DISTUTILS_USE_SDK: "1"
#- PYTHON: "C:\\Python34-x64" #- PYTHON: "C:\\Python34-x64"
#- DISTUTILS_USE_SDK: "1" #- DISTUTILS_USE_SDK: "1"