浏览代码

Comment out python3 tests on Windows

Kentaro Wada 7 年之前
父节点
当前提交
4e4e1647b5
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      appveyor.yml

+ 6 - 6
appveyor.yml

@@ -27,13 +27,13 @@ environment:
 #      PYTHON_VERSION: "3.4.x"
 #      PYTHON_ARCH: "64"
 
-    - PYTHON: "C:\\Miniconda35"
-      PYTHON_VERSION: "3.5.x"
-      PYTHON_ARCH: "32"
+    # - PYTHON: "C:\\Miniconda35"
+    #   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:"