summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorSantos Gallegos <santos_g@outlook.com>2019-07-26 21:14:32 -0500
committerSebastian Thiel <byronimo@gmail.com>2019-07-29 08:17:42 +0800
commit80204335d827eb9ed4861e16634822bf9aa60912 (patch)
treef06c6ec606cc7338a7a9257bf673a2cc885d0d93 /.appveyor.yml
parent859ad046aecc077b9118f0a1c2896e3f9237cd75 (diff)
downloadgitpython-80204335d827eb9ed4861e16634822bf9aa60912.tar.gz
Remove python 2 from CI
Python 2 support was dropped, there is not need to run tests in py2
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 017cf120..2658d96e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,9 +5,6 @@ environment:
CYGWIN64_GIT_PATH: "C:\\cygwin64\\bin;%GIT_DAEMON_PATH%"
matrix:
- - PYTHON: "C:\\Python27"
- PYTHON_VERSION: "2.7"
- GIT_PATH: "%GIT_DAEMON_PATH%"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4"
GIT_PATH: "%GIT_DAEMON_PATH%"
@@ -26,12 +23,6 @@ environment:
MAYFAIL: "yes"
GIT_PATH: "%GIT_DAEMON_PATH%"
## Cygwin
- - PYTHON: "C:\\Miniconda-x64"
- PYTHON_VERSION: "2.7"
- IS_CONDA: "yes"
- IS_CYGWIN: "yes"
- MAYFAIL: "yes"
- GIT_PATH: "%CYGWIN_GIT_PATH%"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5"
IS_CYGWIN: "yes"