Skip to content

Commit

Permalink
Comment out python3 tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Nov 18, 2017
1 parent 1527c43 commit 4e4e164
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 4e4e164

Please sign in to comment.