From 1c635444d934111aa32077bccec25c1d5f76363e Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 24 Jul 2022 21:12:15 -0700 Subject: reorder appveyor matrix to push coverage run to be the last since it always takes the longest --- .appveyor.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 30d6439..ef33953 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,17 +25,21 @@ install: # split builds into sets of four jobs due to appveyor per-job time limit environment: matrix: - - WINPYTHON: "Python36" - COVERAGE: 1 + + - WINPYTHON: "Python310" + COVERAGE: 0 - WINPYTHON: "Python37" COVERAGE: 0 - WINPYTHON: "Python38" COVERAGE: 0 + + - WINPYTHON: "Python36" + COVERAGE: 1 + + - - WINPYTHON: "Python310" - COVERAGE: 0 # remove sets of build jobs based on criteria below -- cgit v0.12