From abe6a12fdf5b48e6e086177b023f09073a52b4a5 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 5 Jan 2023 04:39:55 +0100 Subject: =?UTF-8?q?=F0=9F=8E=A8=20Ensure=20start/stop=20is=20present=20in?= =?UTF-8?q?=20YAML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 08d7ba84..3f4aa9bd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,3 +1,5 @@ +--- + environment: matrix: - PYTHON: "C:\\Python37-x64" @@ -46,3 +48,5 @@ on_finish: artifacts: - path: dist\* + +... -- cgit v1.2.1