shithub: aubio

Download patch

ref: 8ed5494e5a65def2d02fdd39cc0c12231d6583e6
parent: c785cc2c4c9813dbf29cccb78404918dd98f6173
author: Paul Brossier <piem@piem.org>
date: Thu Aug 25 13:43:11 EDT 2016

.appveyor.yml: fix typo in path

--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -45,7 +45,7 @@
   # We need wheel installed to build wheels
   - "%PYTHON%\\python.exe -m pip install wheel"
 
-  - "SET PATH=%PATH_EXTRAS%;%%PYTHON%;%PYTHON%\\Scripts;%PATH%"
+  - "SET PATH=%PATH_EXTRAS%;%PYTHON%;%PYTHON%\\Scripts;%PATH%"
 
   - "pip install --disable-pip-version-check --user --upgrade pip"
   - "pip install --upgrade setuptools"