Sfoglia il codice sorgente

Comment out python3 tests on Windows

Kentaro Wada 7 anni fa
parent
commit
4e4e1647b5
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  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:"