We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cedb8 commit 4fbf2bcCopy full SHA for 4fbf2bc
appveyor.yml
@@ -2,18 +2,18 @@ version: 0.18.0a0.dev{build}
2
3
environment:
4
matrix:
5
- - PYTHON: "C:\\Python33"
6
- PYTHON_VERSION: "3.3.6"
7
- PYTHON_ARCH: "32"
8
9
10
- PYTHON_ARCH: "64"
11
- PYTHON: "C:\\Python34"
12
PYTHON_VERSION: "3.4.3"
13
PYTHON_ARCH: "32"
14
15
16
PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python35"
+ PYTHON_VERSION: "3.5.0"
+ PYTHON_ARCH: "32"
+ PYTHON_ARCH: "64"
17
18
install:
19
- "powershell ./install_python_and_pip.ps1"
0 commit comments