summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-29 10:27:56 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-29 10:27:56 +0200
commit842fb6852781fd74fdbc7b2762084e39c0317067 (patch)
treefe16c7f5628e6eff540f166db625a488985158f2 /.appveyor.yml
parent395955609dfd711cc4558e2b618450f3514b28c1 (diff)
downloadgitpython-842fb6852781fd74fdbc7b2762084e39c0317067.tar.gz
Appveyor, #519: disable Cygiwin harness.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3a8c76aa..9c572f2d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -21,18 +21,18 @@ environment:
IS_CONDA: "yes"
GIT_PATH: "%GIT_DAEMON_PATH%"
- ## Cygwin
- #
- - PYTHON: "C:\\Miniconda-x64"
- PYTHON_VERSION: "2.7"
- IS_CONDA: "yes"
- GIT_PATH: "%CYGWIN_GIT_PATH%"
- - PYTHON: "C:\\Python34-x64"
- PYTHON_VERSION: "3.4"
- GIT_PATH: "%CYGWIN_GIT_PATH%"
- - PYTHON: "C:\\Python35-x64"
- PYTHON_VERSION: "3.5"
- GIT_PATH: "%CYGWIN64_GIT_PATH%"
+ # ## Cygwin
+ # #
+ # - PYTHON: "C:\\Miniconda-x64"
+ # PYTHON_VERSION: "2.7"
+ # IS_CONDA: "yes"
+ # GIT_PATH: "%CYGWIN_GIT_PATH%"
+ # - PYTHON: "C:\\Python34-x64"
+ # PYTHON_VERSION: "3.4"
+ # GIT_PATH: "%CYGWIN_GIT_PATH%"
+ # - PYTHON: "C:\\Python35-x64"
+ # PYTHON_VERSION: "3.5"
+ # GIT_PATH: "%CYGWIN64_GIT_PATH%"
install: