summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-10-15 16:40:39 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-10-15 16:40:39 +0200
commitaf2eb49fc6789147084ee6ce70c713d334fd278a (patch)
treeeb61eff8d9e10126574d7ade19d5439552b75bd3
parente70e68a4133cccc06621f5eb9478d7459c2b0c72 (diff)
downloadpython-lxml-af2eb49fc6789147084ee6ce70c713d334fd278a.tar.gz
Reorder the appveyor build matrix to get the most important results quicker.
-rw-r--r--appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b129d824..d10ede1b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,18 +2,18 @@ version: 1.0.{build}
environment:
matrix:
+ - python: 39
+ - python: 39-x64
+ - python: 27
+ - python: 27-x64
- python: 38
- python: 38-x64
- python: 37
- python: 37-x64
- - python: 27
- - python: 27-x64
- python: 36
- python: 36-x64
- python: 35
- python: 35-x64
- - python: 39
- - python: 39-x64
- python: 38
arch: arm64
env: STATIC_DEPS=true