We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9113d commit 1c5099fCopy full SHA for 1c5099f
appveyor.yml
@@ -25,19 +25,19 @@ environment:
25
PYTHON_VERSION: "3.4.4"
26
PYTHON_ARCH: "64"
27
28
- - PYTHON: "C:\\Python35"
+ - PYTHON: "C:\\Python35_32"
29
PYTHON_VERSION: "3.5.4"
30
PYTHON_ARCH: "32"
31
32
- - PYTHON: "C:\\Python35-x64"
+ - PYTHON: "C:\\Python35_64"
33
34
35
36
- - PYTHON: "C:\\Python36"
+ - PYTHON: "C:\\Python36_32"
37
PYTHON_VERSION: "3.6"
38
39
40
- - PYTHON: "C:\\Python36-x64"
+ - PYTHON: "C:\\Python36_64"
41
42
43
0 commit comments