From 8ed5494e5a65def2d02fdd39cc0c12231d6583e6 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 25 Aug 2016 17:43:11 +0200 Subject: [PATCH] .appveyor.yml: fix typo in path --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.0