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+
15environment :
26 matrix :
37 - PYTHON : " C:\\ Python27"
4- PYVER : " 2.7"
5- - PYTHON : " C:\\ Python35"
6- PYVER : " 3.5"
8+ PYVER : 2
9+ BITS : 32
710 - PYTHON : " C:\\ Python36"
8- PYVER : " 3.6"
11+ PYVER : 3
12+ BITS : 32
913 - PYTHON : " C:\\ Python37"
10- PYVER : " 3.7"
14+ PYVER : 3
15+ BITS : 32
1116 - PYTHON : " C:\\ Python27-x64"
12- PYVER : " 2.7"
13- - PYTHON : " C:\\ Python35-x64"
14- PYVER : " 3.5"
17+ PYVER : 2
18+ BITS : 64
1519 - PYTHON : " C:\\ Python36-x64"
16- PYVER : " 3.6"
20+ PYVER : 3
21+ BITS : 64
1722 - 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))"
1930
2031build : false
2132
You can’t perform that action at this time.
0 commit comments