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 096b89a commit 65251a2Copy full SHA for 65251a2
appveyor.yml
@@ -4,13 +4,22 @@ 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:\\Python34_32"
15
+ PYTHON_VERSION: "3.4"
16
+ PYTHON_ARCH: "32"
17
+
18
+ - PYTHON: "C:\\Python34_64"
19
20
+ PYTHON_ARCH: "64"
21
22
23
install:
24
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
25
- "python --version"
0 commit comments