Skip to content

Commit 9297e4e

Browse files
committed
migrate to Appveyor Python 3.8 version and drop Python 3.4
1 parent bc086c8 commit 9297e4e

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

appveyor.yml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ environment:
4646
ENABLE_CONTRIB: 0
4747
ENABLE_HEADLESS: 0
4848

49-
- PYTHON: "C:\\Python38"
49+
- PYTHON: "C:/Python38"
5050
ENABLE_CONTRIB: 0
5151
ENABLE_HEADLESS: 0
5252

53-
- PYTHON: "C:\\Python38-x64"
53+
- PYTHON: "C:/Python38-x64"
5454
ENABLE_CONTRIB: 0
5555
ENABLE_HEADLESS: 0
5656

@@ -94,11 +94,11 @@ environment:
9494
ENABLE_CONTRIB: 1
9595
ENABLE_HEADLESS: 0
9696

97-
- PYTHON: "C:\\Python38"
97+
- PYTHON: "C:/Python38"
9898
ENABLE_CONTRIB: 1
9999
ENABLE_HEADLESS: 0
100100

101-
- PYTHON: "C:\\Python38-x64"
101+
- PYTHON: "C:/Python38-x64"
102102
ENABLE_CONTRIB: 1
103103
ENABLE_HEADLESS: 0
104104

@@ -142,11 +142,11 @@ environment:
142142
ENABLE_CONTRIB: 0
143143
ENABLE_HEADLESS: 1
144144

145-
- PYTHON: "C:\\Python38"
145+
- PYTHON: "C:/Python38"
146146
ENABLE_CONTRIB: 0
147147
ENABLE_HEADLESS: 1
148148

149-
- PYTHON: "C:\\Python38-x64"
149+
- PYTHON: "C:/Python38-x64"
150150
ENABLE_CONTRIB: 0
151151
ENABLE_HEADLESS: 1
152152

@@ -190,27 +190,17 @@ environment:
190190
ENABLE_CONTRIB: 1
191191
ENABLE_HEADLESS: 1
192192

193-
- PYTHON: "C:\\Python38"
193+
- PYTHON: "C:/Python38"
194194
ENABLE_CONTRIB: 1
195195
ENABLE_HEADLESS: 1
196196

197-
- PYTHON: "C:\\Python38-x64"
197+
- PYTHON: "C:/Python38-x64"
198198
ENABLE_CONTRIB: 1
199199
ENABLE_HEADLESS: 1
200200

201201
matrix:
202202
fast_finish: true
203203

204-
install:
205-
- ps: |
206-
if (-not (Test-Path $env:PYTHON)) {
207-
curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1
208-
.\install_python.ps1
209-
}
210-
- ps: if (-not (Test-Path $env:PYTHON)) { throw "No $env:PYTHON" }
211-
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
212-
- python --version
213-
214204
build_script:
215205
- cmd: |
216206
"%PYTHON%/python.exe" -m pip install --upgrade pip

0 commit comments

Comments
 (0)