summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-06-22 22:47:14 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-06-22 22:47:14 +0200
commitc0e4e292aa4b22e4547bde25534cea03ea1a758f (patch)
tree103d1c8faf72b1699d4485e00c8f77e5c6c614f8
parentca51f28a329f41670852c3fc2a589b18aa8f659d (diff)
downloadpython-lxml-c0e4e292aa4b22e4547bde25534cea03ea1a758f.tar.gz
Include Py3.7 in appveyor build and exclude Py2.6.
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index cc40b984..a2b7c48f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -2,8 +2,6 @@ version: 1.0.{build}
environment:
matrix:
- - python: 26
- - python: 26-x64
- python: 27
- python: 27-x64
- python: 33
@@ -14,6 +12,8 @@ environment:
- python: 35-x64
- python: 36
- python: 36-x64
+ - python: 37
+ - python: 37-x64
install:
- SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%