From a2f477319cff627af0a0a20ebc8d1175f9fa2f10 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 1 May 2017 10:38:48 +0200 Subject: [PATCH] attempt to skip appveyor problem --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0c33699..bb7f99a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,8 @@ environment: PYTHON_VERSION: "3.6.1" PYTHON_ARCH: "64" +build: false + install: # If there is a newer build queued for the same PR, cancel this one. # The AppVeyor 'rollout builds' option is supposed to serve the same