summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2019-04-06 07:50:50 +0200
committerGitHub <noreply@github.com>2019-04-06 07:50:50 +0200
commitb2babb1c0fbfec301f0cab8334d71697622b1138 (patch)
tree9b8606fd38f62c436472c50e47f31b5642211822 /appveyor.yml
parentfcc4a7f304c31cdb103a18ff02df8fc4d90f2b73 (diff)
downloadzope-security-b2babb1c0fbfec301f0cab8334d71697622b1138.tar.gz
Update to current Python versions. (#61)
Additionally we have to pin an older `Sphinx` version to keep supporting Python 2.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ec786c7..2f86bda 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,8 +7,6 @@ environment:
matrix:
- python: 27
- python: 27-x64
- - python: 34
- - python: 34-x64
- python: 35
- python: 35-x64
- python: 36
@@ -16,7 +14,7 @@ environment:
- python: 37
- python: 37-x64
- { python: 27, PURE_PYTHON: 1 }
- - { python: 35, PURE_PYTHON: 1 }
+ - { python: 37, PURE_PYTHON: 1 }
install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"