summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-13 10:57:26 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-13 10:57:26 +0100
commit2c2308e96303847c4306ae1aa836542e7a5a786f (patch)
treecc222448b3c466bebb0eae75d25020b475227ea5
parent0b0b2b9b73fe5c632e6ff5e88d34917620a37016 (diff)
downloadpython-lxml-2c2308e96303847c4306ae1aa836542e7a5a786f.tar.gz
Try to add a Windows CI build for Py2.7.
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c5ec41c3..e680c23d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,6 +53,10 @@ jobs:
env: [{ STATIC_DEPS: true }, { STATIC_DEPS: false }]
include:
+ - os: windows-2016
+ python-version: 2.7
+ env: { STATIC_DEPS: true } # always static
+
- os: ubuntu-latest
python-version: "3.9"
env: {STATIC_DEPS: true, WITH_REFNANNY: true}
@@ -110,6 +114,8 @@ jobs:
# Windows sub-jobs
# ==============
- os: windows-2019
+ python-version: 2.7 # needs older image
+ - os: windows-2019
env: { STATIC_DEPS: false } # always static
# This defaults to 360 minutes (6h) which is way too long and if a test gets stuck, it can block other pipelines.