summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 11:27:07 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 11:27:07 +0800
commitb0f79c58ad919e90261d1e332df79a4ad0bc40de (patch)
tree58fe61dfd1a50febc61938b577f4fd9dfc9d0c2e /.appveyor.yml
parent820d3cc9ceda3e5690d627677883b7f9d349b326 (diff)
downloadgitpython-b0f79c58ad919e90261d1e332df79a4ad0bc40de.tar.gz
Revert "Revert "Remove support for Python 3.5" - fix CI for now."
This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
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