From: Paul Brossier Date: Thu, 25 Aug 2016 15:43:11 +0000 (+0200) Subject: .appveyor.yml: fix typo in path X-Git-Tag: 0.4.4~255 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8ed5494e5a65def2d02fdd39cc0c12231d6583e6;p=aubio.git .appveyor.yml: fix typo in path --- diff --git a/.appveyor.yml b/.appveyor.yml index 21dad545..fed68f50 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,7 +45,7 @@ install: # 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"