Commit 9d8f5ae0 authored by Jason Madden's avatar Jason Madden

Need to quate on appveyor.

[skip travis]
parent ef28aed2
......@@ -128,7 +128,7 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- "%CMD_IN_ENV% %PYEXE% -m pip install --disable-pip-version-check --user --upgrade pip<19.1"
- "%CMD_IN_ENV% %PYEXE% -m pip install --disable-pip-version-check --user --upgrade \"pip<19.1\""
- ps: "if(Test-Path(\"${env:PYTHON}\\bin\")) {ls ${env:PYTHON}\\bin;}"
- ps: "if(Test-Path(\"${env:PYTHON}\\Scripts\")) {ls ${env:PYTHON}\\Scripts;}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment