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.
2 parents 2d8d16a + b85ffdc commit b83b341Copy full SHA for b83b341
appveyor.yml
@@ -19,6 +19,26 @@ environment:
19
PYTHON_ARCH: "64"
20
BLOCK: "0"
21
22
+ - PYTHON_DIR: "C:\\Python33"
23
+ PYTHON_VERSION: "3.3.x"
24
+ PYTHON_ARCH: "32"
25
+ BLOCK: "0"
26
+
27
+ - PYTHON_DIR: "C:\\Python33-x64"
28
29
+ PYTHON_ARCH: "64"
30
31
32
+ - PYTHON_DIR: "C:\\Python34"
33
+ PYTHON_VERSION: "3.4.x"
34
35
36
37
+ - PYTHON_DIR: "C:\\Python34-x64"
38
39
40
41
42
- PYTHON_DIR: "C:\\Python35"
43
PYTHON_VERSION: "3.5.x"
44
PYTHON_ARCH: "32"
0 commit comments