From 7ded937e19c4ceb5332dc9719b88ef8fcb78feb5 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 14 Oct 2018 14:24:28 +0200 Subject: [PATCH] AppVeyor: use fast_finish This runs py27, py37 and linting first - simulating the baseline stage used on Travis. --- appveyor.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c8329c717..abe431984 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,12 @@ environment: matrix: - TOXENV: "py27" - - TOXENV: "py34" - - TOXENV: "py35" - - TOXENV: "py36" - TOXENV: "py37" + PYTEST_NO_COVERAGE: "1" + - TOXENV: "linting,docs,doctesting" + - TOXENV: "py36" + - TOXENV: "py35" + - TOXENV: "py34" - TOXENV: "pypy" PYTEST_NO_COVERAGE: "1" # Specialized factors for py27. @@ -20,6 +22,9 @@ environment: PYTEST_NO_COVERAGE: "1" - TOXENV: "py36-xdist" +matrix: + fast_finish: true + install: - echo Installed Pythons - dir c:\Python*