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 65251a2 commit 41e98d2Copy full SHA for 41e98d2
appveyor.yml
@@ -11,14 +11,18 @@ environment:
11
PYTHON_VERSION: "2.7.x"
12
PYTHON_ARCH: "64"
13
14
- - PYTHON: "C:\\Python34_32"
15
- PYTHON_VERSION: "3.4"
16
- PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python33_64"
+ PYTHON_VERSION: "3.3"
+ 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%"
0 commit comments