Selaa lähdekoodia

Comment out python3 tests on Windows

Kentaro Wada 7 vuotta sitten
vanhempi
commit
4e4e1647b5
1 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  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:"