瀏覽代碼

Only test for x64

Kentaro Wada 7 年之前
父節點
當前提交
24659cf717
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      appveyor.yml

+ 6 - 6
appveyor.yml

@@ -11,9 +11,9 @@ environment:
     # a later point release.
     # See: http://www.appveyor.com/docs/installed-software#python
 
-    - PYTHON: "C:\\Miniconda"
-      PYTHON_VERSION: "2.7.x"
-      PYTHON_ARCH: "32"
+    # - PYTHON: "C:\\Miniconda"
+    #   PYTHON_VERSION: "2.7.x"
+    #   PYTHON_ARCH: "32"
 
     - PYTHON: "C:\\Miniconda-x64"
       PYTHON_VERSION: "2.7.x"
@@ -31,9 +31,9 @@ environment:
     #   PYTHON_VERSION: "3.5.x"
     #   PYTHON_ARCH: "32"
 
-    # - PYTHON: "C:\\Miniconda35-x64"
-    #   PYTHON_VERSION: "3.5.x"
-    #   PYTHON_ARCH: "64"
+    - PYTHON: "C:\\Miniconda35-x64"
+      PYTHON_VERSION: "3.5.x"
+      PYTHON_ARCH: "64"
 
 install:
   - ECHO "Filesystem root:"