summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-10-27 18:44:27 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-10-27 18:44:27 +0100
commit355663d282446785979c2cb19dd3a3d61c36956e (patch)
tree59d6c37d186b25ff02c768242d6699c79bf2719c
parent6f1df3a39f63850395357567098b6a1419bcbcae (diff)
downloadpython-lxml-355663d282446785979c2cb19dd3a3d61c36956e.tar.gz
Fix indentation in appveyor build script.
-rw-r--r--appveyor.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5c5c575a..40b91697 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,12 +16,12 @@ environment:
install:
- SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%
- ps: |
- $env:PYTHON = "C:\\Python$($env:PYTHON)"
- if (-not (Test-Path $env:PYTHON)) {
- curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1
- .\\install_python.ps1
- }
- # remove the above when appveyor has proper Python 3.8 support
+ $env:PYTHON = "C:\\Python$($env:PYTHON)"
+ if (-not (Test-Path $env:PYTHON)) {
+ curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1
+ .\\install_python.ps1
+ }
+ # remove the above when appveyor has proper Python 3.8 support
- python -m pip.__main__ install -U pip wheel setuptools
- pip install -r requirements.txt