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 f5d5b9f commit 7423b4bCopy full SHA for 7423b4b
appveyor.yml
@@ -11,16 +11,16 @@ environment:
11
PYTHON_VERSION: "2.7.x"
12
PYTHON_ARCH: "64"
13
14
- - PYTHON: "C:\\Python33_64"
15
- PYTHON_VERSION: "3.3"
+ - PYTHON: "C:\\Python33-x64"
+ PYTHON_VERSION: "3.3.x"
16
17
18
- - PYTHON: "C:\\Python34_64"
19
- PYTHON_VERSION: "3.4"
+ - PYTHON: "C:\\Python34-x64"
+ PYTHON_VERSION: "3.4.x"
20
21
22
- - PYTHON: "C:\\Python35_64"
23
- PYTHON_VERSION: "3.5"
+ - PYTHON: "C:\\Python35-x64"
+ PYTHON_VERSION: "3.5.x"
24
25
26
0 commit comments