summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2021-03-11 16:35:24 +0100
committerBert Wesarg <bert.wesarg@googlemail.com>2021-03-13 20:34:07 +0100
commit45d1cd59d39227ee6841042eab85116a59a26d22 (patch)
tree843ffd92ec49921a92fc8f44eeced3c8afcf03b2 /.appveyor.yml
parent690722a611a25a1afcdb0163d3cfd0a8c89d1d04 (diff)
downloadgitpython-45d1cd59d39227ee6841042eab85116a59a26d22.tar.gz
Remove support for Python 3.5
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml29
1 files changed, 2 insertions, 27 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 0a86c1a7..833f5c7b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -6,29 +6,12 @@ environment:
CYGWIN64_GIT_PATH: "C:\\cygwin64\\bin;%GIT_DAEMON_PATH%"
matrix:
- - PYTHON: "C:\\Python34-x64"
- PYTHON_VERSION: "3.4"
- GIT_PATH: "%GIT_DAEMON_PATH%"
- - PYTHON: "C:\\Python35-x64"
- PYTHON_VERSION: "3.5"
- GIT_PATH: "%GIT_DAEMON_PATH%"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
GIT_PATH: "%GIT_DAEMON_PATH%"
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7"
GIT_PATH: "%GIT_DAEMON_PATH%"
- - PYTHON: "C:\\Miniconda35-x64"
- PYTHON_VERSION: "3.5"
- IS_CONDA: "yes"
- MAYFAIL: "yes"
- GIT_PATH: "%GIT_DAEMON_PATH%"
- ## Cygwin
- - PYTHON: "C:\\Python35-x64"
- PYTHON_VERSION: "3.5"
- IS_CYGWIN: "yes"
- MAYFAIL: "yes"
- GIT_PATH: "%CYGWIN64_GIT_PATH%"
matrix:
allow_failures:
@@ -76,18 +59,10 @@ install:
build: false
test_script:
- - IF "%IS_CYGWIN%" == "yes" (
- nosetests -v
- ) ELSE (
- IF "%PYTHON_VERSION%" == "3.5" (
- nosetests -v --with-coverage
- ) ELSE (
- nosetests -v
- )
- )
+ - nosetests -v
on_success:
- - IF "%PYTHON_VERSION%" == "3.5" IF NOT "%IS_CYGWIN%" == "yes" (codecov)
+ - IF "%PYTHON_VERSION%" == "3.6" IF NOT "%IS_CYGWIN%" == "yes" (codecov)
# Enable this to be able to login to the build worker. You can use the
# `remmina` program in Ubuntu, use the login information that the line below