summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2018-05-30 13:58:56 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2018-06-01 08:59:39 -0400
commita4672f680c413d28fd21dc27ce9e836affc77682 (patch)
tree6664e08539b557334139813c207bf2f323c00186
parent5e7ae08d8ff4f5772eed0b03dd96d75ab5e23998 (diff)
downloadpycurl-a4672f680c413d28fd21dc27ce9e836affc77682.tar.gz
Update python versions
-rw-r--r--appveyor.yml58
1 files changed, 6 insertions, 52 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8387dff..21299ad 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,74 +7,28 @@ environment:
matrix:
- # Python 2.7.10 is the latest version and is not pre-installed.
-
- - PYTHON: "C:\\Python27.10"
- PYTHON_VERSION: "2.7.10"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python27.10-x64"
- PYTHON_VERSION: "2.7.10"
- PYTHON_ARCH: "64"
-
- # Pre-installed Python versions, which Appveyor may upgrade to
- # a later point release.
- # See: http://www.appveyor.com/docs/installed-software#python
-
- PYTHON: "C:\\Python27"
- PYTHON_VERSION: "2.7.x" # currently 2.7.9
+ PYTHON_VERSION: "2.7.x" # currently 2.7.15
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python27-x64"
- PYTHON_VERSION: "2.7.x" # currently 2.7.9
- PYTHON_ARCH: "64"
-
- - PYTHON: "C:\\Python33"
- PYTHON_VERSION: "3.3.x" # currently 3.3.5
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python33-x64"
- PYTHON_VERSION: "3.3.x" # currently 3.3.5
+ PYTHON_VERSION: "2.7.x" # currently 2.7.15
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4.x" # currently 3.4.3
+ PYTHON_VERSION: "3.4.x" # currently 3.5.3
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python34-x64"
- PYTHON_VERSION: "3.4.x" # currently 3.4.3
- PYTHON_ARCH: "64"
-
- # Python versions not pre-installed
-
- # Python 2.6.6 is the latest Python 2.6 with a Windows installer
- # See: https://github.com/ogrisel/python-appveyor-demo/issues/10
-
- - PYTHON: "C:\\Python266"
- PYTHON_VERSION: "2.6.6"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python266-x64"
- PYTHON_VERSION: "2.6.6"
+ PYTHON_VERSION: "3.4.x" # currently 3.5.3
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35"
- PYTHON_VERSION: "3.5.0"
+ PYTHON_VERSION: "3.5.x" # currently 3.6.5
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python35-x64"
- PYTHON_VERSION: "3.5.0"
- PYTHON_ARCH: "64"
-
- # Major and minor releases (i.e x.0.0 and x.y.0) prior to 3.3.0 use
- # a different naming scheme.
-
- - PYTHON: "C:\\Python270"
- PYTHON_VERSION: "2.7.0"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python270-x64"
- PYTHON_VERSION: "2.7.0"
+ PYTHON_VERSION: "3.5.x" # currently 3.6.5
PYTHON_ARCH: "64"
install: