File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,11 @@ environment:
88 matrix :
99
1010 - PYTHON : " C:\\ Python27"
11- PYTHON_VERSION : " 2.7.x" # currently 2.7.9
11+ PYTHON_VERSION : " 2.7.x" # currently 2.7.10
1212 PYTHON_ARCH : " 32"
1313
1414 - PYTHON : " C:\\ Python27-x64"
15- PYTHON_VERSION : " 2.7.x" # currently 2.7.9
16- PYTHON_ARCH : " 64"
17-
18- - PYTHON : " C:\\ Python33"
19- PYTHON_VERSION : " 3.3.x" # currently 3.3.5
20- PYTHON_ARCH : " 32"
21-
22- - PYTHON : " C:\\ Python33-x64"
23- PYTHON_VERSION : " 3.3.x" # currently 3.3.5
15+ PYTHON_VERSION : " 2.7.x" # currently 2.7.10
2416 PYTHON_ARCH : " 64"
2517
2618 - PYTHON : " C:\\ Python34"
@@ -31,6 +23,14 @@ environment:
3123 PYTHON_VERSION : " 3.4.x" # currently 3.4.3
3224 PYTHON_ARCH : " 64"
3325
26+ - PYTHON : " C:\\ Python35"
27+ PYTHON_VERSION : " 3.5.x" # currently 3.5.0
28+ PYTHON_ARCH : " 32"
29+
30+ - PYTHON : " C:\\ Python35-x64"
31+ PYTHON_VERSION : " 3.5.x" # currently 3.5.0
32+ PYTHON_ARCH : " 64"
33+
3434 # Python versions not pre-installed
3535
3636 # Python 2.6.6 is the latest Python 2.6 with a Windows installer
You can’t perform that action at this time.
0 commit comments