From 2af6ccb302f0f10032c77e8b3e000075b4c42584 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 11 Dec 2015 17:34:05 +0000 Subject: [PATCH] appveyor.yml: must add `build: false` --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 03bde01ff..336f1e974 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -59,6 +59,8 @@ install: # target Python version and architecture - "%CMD_IN_ENV% pip install -vr requirements.txt" +build: false + test_script: - "SET PATH=C:\\msys64\\usr\\bin;%PATH%" # 'run-test.sh' interprets $PYTHON as the executable name