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 096b89a + 41e98d2 commit e67ce7cCopy full SHA for e67ce7c
appveyor.yml
@@ -4,13 +4,26 @@ environment:
4
5
matrix:
6
- PYTHON: "C:\\Python27"
7
- PYTHON_VERSION: "2.7.x"
+ PYTHON_VERSION: "2.7.x"
8
PYTHON_ARCH: "32"
9
10
- PYTHON: "C:\\Python27-x64"
11
12
PYTHON_ARCH: "64"
13
14
+ - PYTHON: "C:\\Python33_64"
15
+ PYTHON_VERSION: "3.3"
16
+ PYTHON_ARCH: "64"
17
+
18
+ - PYTHON: "C:\\Python34_64"
19
+ PYTHON_VERSION: "3.4"
20
21
22
+ - PYTHON: "C:\\Python35_64"
23
+ PYTHON_VERSION: "3.5"
24
25
26
27
install:
28
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
29
- "python --version"
0 commit comments