File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change
1
+ version : 1.4.{build}
2
+
3
+ image : Visual Studio 2017
4
+
1
5
environment :
2
6
matrix :
3
7
- PYTHON : " C:\\ Python27"
4
- PYVER : " 2.7"
5
- - PYTHON : " C:\\ Python35"
6
- PYVER : " 3.5"
8
+ PYVER : 2
9
+ BITS : 32
7
10
- PYTHON : " C:\\ Python36"
8
- PYVER : " 3.6"
11
+ PYVER : 3
12
+ BITS : 32
9
13
- PYTHON : " C:\\ Python37"
10
- PYVER : " 3.7"
14
+ PYVER : 3
15
+ BITS : 32
11
16
- PYTHON : " C:\\ Python27-x64"
12
- PYVER : " 2.7"
13
- - PYTHON : " C:\\ Python35-x64"
14
- PYVER : " 3.5"
17
+ PYVER : 2
18
+ BITS : 64
15
19
- PYTHON : " C:\\ Python36-x64"
16
- PYVER : " 3.6"
20
+ PYVER : 3
21
+ BITS : 64
17
22
- PYTHON : " C:\\ Python37-x64"
18
- PYVER : " 3.7"
23
+ PYVER : 3
24
+ BITS : 64
25
+
26
+ init :
27
+ - " ECHO %PYTHON% %vcvars% (%bits%)"
28
+ - ps : $env:PATH = "$env:PYTHON;$env:PATH;"
29
+ - python -c "import sys;print('Python version is {}'.format(sys.version))"
19
30
20
31
build : false
21
32
You can’t perform that action at this time.
0 commit comments