Skip to content

Commit ff4126c

Browse files
committed
also fix appveyor
1 parent b0e3da4 commit ff4126c

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

appveyor.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,34 @@ environment:
1111
PYTHON_VERSION: "2.7.x"
1212
PYTHON_ARCH: "32"
1313

14-
- PYTHON: "C:\\Python34"
15-
PYTHON_VERSION: "3.4.x"
16-
PYTHON_ARCH: "32"
17-
1814
- PYTHON: "C:\\Python35"
1915
PYTHON_VERSION: "3.5.x"
2016
PYTHON_ARCH: "32"
2117

18+
- PYTHON: "C:\\Python36"
19+
PYTHON_VERSION: "3.6.x"
20+
PYTHON_ARCH: "32"
21+
22+
- PYTHON: "C:\\Python37"
23+
PYTHON_VERSION: "3.7.x"
24+
PYTHON_ARCH: "32"
25+
2226
- PYTHON: "C:\\Python27"
2327
PYTHON_VERSION: "2.7.x"
2428
PYTHON_ARCH: "64"
2529

26-
- PYTHON: "C:\\Python34"
27-
PYTHON_VERSION: "3.4.x"
28-
PYTHON_ARCH: "64"
29-
3030
- PYTHON: "C:\\Python35"
3131
PYTHON_VERSION: "3.5.x"
3232
PYTHON_ARCH: "64"
3333

34+
- PYTHON: "C:\\Python36"
35+
PYTHON_VERSION: "3.6.x"
36+
PYTHON_ARCH: "64"
37+
38+
- PYTHON: "C:\\Python37"
39+
PYTHON_VERSION: "3.7.x"
40+
PYTHON_ARCH: "64"
41+
3442
install:
3543
# If there is a newer build queued for the same PR, cancel this one.
3644
# The AppVeyor 'rollout builds' option is supposed to serve the same
@@ -62,7 +70,7 @@ install:
6270

6371
# Upgrade to the latest version of pip to avoid it displaying warnings
6472
# about it being out of date.
65-
- "pip install --disable-pip-version-check --user --upgrade pip"
73+
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
6674

6775
# Install the build dependencies of the project. If some dependencies contain
6876
# compiled extensions and are not provided as pre-built wheel packages,

0 commit comments

Comments
 (0)