From 7d3b6b87d35132574f8ab595876dc4249de88f11 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 30 Sep 2017 23:46:04 +0200 Subject: [PATCH] .appveyor.yml: try escaping arguments --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index deeed5bf..18a32c14 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,7 +51,7 @@ install: - "pip install --upgrade setuptools" before_build: - - bash scripts/get_waf.sh --python=%PYTHON%\\python.exe + - "bash scripts/get_waf.sh --python=%PYTHON%\\python.exe" build_script: # build python module without using libaubio -- 2.11.0